change: config changes

This commit is contained in:
Shekar Siri 2021-05-17 18:49:37 +05:30
parent fe46b51a1a
commit e3cd5a8435
3 changed files with 7 additions and 6 deletions

View file

@ -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"

View file

@ -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
#

View file

@ -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