diff --git a/api/.chalice/config.json b/api/.chalice/config.json index 42382be52..05e9c8442 100644 --- a/api/.chalice/config.json +++ b/api/.chalice/config.json @@ -30,10 +30,10 @@ "sessions_bucket": "mobs", "sessions_region": "us-east-1", "put_S3_TTL": "20", - "sourcemaps_reader": "http://utilities.app.svc.cluster.local:9000/sourcemaps", + "sourcemaps_reader": "http://utilities-openreplay.app.svc.cluster.local:9000/sourcemaps", "sourcemaps_bucket": "sourcemaps", "js_cache_bucket": "sessions-assets", - "peers": "http://utilities.app.svc.cluster.local:9000/peers", + "peers": "http://utilities-openreplay.app.svc.cluster.local:9000/peers", "async_Token": "", "EMAIL_HOST": "", "EMAIL_PORT": "587", diff --git a/scripts/helm/app/chalice.yaml b/scripts/helm/app/chalice.yaml index 328ad17e3..ece9a511a 100644 --- a/scripts/helm/app/chalice.yaml +++ b/scripts/helm/app/chalice.yaml @@ -61,8 +61,8 @@ env: S3_HOST: 'http://minio.db.svc.cluster.local:9000' S3_KEY: minios3AccessKeyS3cr3t S3_SECRET: m1n10s3CretK3yPassw0rd - sourcemaps_reader: 'http://utilities.app.svc.cluster.local:9000/sourcemaps' - peers: 'http://utilities.app.svc.cluster.local:9000/peers' + sourcemaps_reader: 'http://utilities-openreplay.app.svc.cluster.local:9000/sourcemaps' + peers: 'http://utilities-openreplay.app.svc.cluster.local:9000/peers' # Enable logging for python app # Ref: https://stackoverflow.com/questions/43969743/logs-in-kubernetes-pod-not-showing-up PYTHONUNBUFFERED: '0'