From ae85f1602853f3f8eaa4ce57b2714027383e8040 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 28 Nov 2023 11:18:04 +0100 Subject: [PATCH] feat(backend): added missing env var to http service --- .../helmcharts/openreplay/charts/http/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/helmcharts/openreplay/charts/http/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/http/templates/deployment.yaml index 24e6117b4..8b92901a2 100644 --- a/scripts/helmcharts/openreplay/charts/http/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/http/templates/deployment.yaml @@ -71,6 +71,8 @@ spec: {{- end }} - name: AWS_REGION value: '{{ .Values.global.s3.region }}' + - name: AWS_ENDPOINT + value: '{{ .Values.global.s3.endpoint }}' - name: LICENSE_KEY value: '{{ .Values.global.enterpriseEditionLicense }}' - name: KAFKA_SERVERS