From 351cf056c45ab3064965563f5549ef2424e6e2e1 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 17 May 2021 18:49:37 +0530 Subject: [PATCH] change: config changes --- scripts/helm/app/assets.yaml | 4 ++-- scripts/helm/app/storage.yaml | 4 ++-- scripts/helm/nginx-ingress/nginx-ingress/README.md | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/helm/app/assets.yaml b/scripts/helm/app/assets.yaml index 390fe4e07..c7b740e22 100644 --- a/scripts/helm/app/assets.yaml +++ b/scripts/helm/app/assets.yaml @@ -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" diff --git a/scripts/helm/app/storage.yaml b/scripts/helm/app/storage.yaml index 3c504fff6..aebc2f3e8 100644 --- a/scripts/helm/app/storage.yaml +++ b/scripts/helm/app/storage.yaml @@ -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 # diff --git a/scripts/helm/nginx-ingress/nginx-ingress/README.md b/scripts/helm/nginx-ingress/nginx-ingress/README.md index a61fe2bc6..39bb5a4be 100644 --- a/scripts/helm/nginx-ingress/nginx-ingress/README.md +++ b/scripts/helm/nginx-ingress/nginx-ingress/README.md @@ -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