change: config changes
This commit is contained in:
parent
db6c5f6578
commit
351cf056c4
3 changed files with 7 additions and 6 deletions
|
|
@ -22,8 +22,8 @@ resources:
|
|||
memory: 128Mi
|
||||
|
||||
env:
|
||||
ASSETS_ORIGIN: /asayer-sessions-assets # TODO: full path (with the minio prefix)
|
||||
S3_BUCKET_ASSETS: asayer-sessions-assets
|
||||
ASSETS_ORIGIN: /sessions-assets # TODO: full path (with the minio prefix)
|
||||
S3_BUCKET_ASSETS: sessions-assets
|
||||
AWS_ENDPOINT: http://minio.db.svc.cluster.local:9000
|
||||
AWS_ACCESS_KEY_ID: "minios3AccessKeyS3cr3t"
|
||||
AWS_SECRET_ACCESS_KEY: "m1n10s3CretK3yPassw0rd"
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ env:
|
|||
AWS_ENDPOINT: http://minio.db.svc.cluster.local:9000
|
||||
AWS_ACCESS_KEY_ID: "minios3AccessKeyS3cr3t"
|
||||
AWS_SECRET_ACCESS_KEY: "m1n10s3CretK3yPassw0rd"
|
||||
AWS_REGION_WEB: eu-central-1
|
||||
AWS_REGION_IOS: eu-central-1
|
||||
AWS_REGION_WEB: us-east-1
|
||||
AWS_REGION_IOS: us-east-1
|
||||
S3_BUCKET_WEB: mobs
|
||||
S3_BUCKET_IOS: mobs
|
||||
#
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@ This is the frontend of the openreplay web app to internet.
|
|||
/api -> chalice
|
||||
/http -> http
|
||||
/ -> frontend (in minio)
|
||||
/assets -> asayer-sessions-assets bucket in minio
|
||||
/s3 -> minio api endpoint
|
||||
/assets -> sessions-assets bucket in minio
|
||||
/minio -> minio api endpoint
|
||||
/ingest -> events ingestor
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue