fix(migration): template file variable values

This commit is contained in:
--global 2022-02-15 05:57:55 +01:00
parent 8871f9c681
commit e705c8566c

View file

@ -48,11 +48,11 @@ global:
kafka: *kafka
redis: *redis
s3:
region: "us-east-1"
endpoint: "http://minio.db.svc.cluster.local:9000"
assetsBucket: "sessions-assets"
recordingsBucket: "mobs"
sourcemapsBucket: "sourcemaps"
region: "{{ aws_region }}"
endpoint: "{{ s3_endpoint }}"
assetsBucket: "{{ assets_bucket }}"
recordingsBucket: "{{ recordings_bucket }}"
sourcemapsBucket: "{{ sourcemaps_bucket }}"
# if you're using one node installation, where
# you're using local s3, make sure these variables
# are same as minio.global.minio.accesskey and secretKey