feat(backend): try to use different s3_endpoint in http service

This commit is contained in:
Alexander 2023-11-28 11:44:22 +01:00
parent 636df78a20
commit c605d857b5

View file

@ -72,7 +72,7 @@ spec:
- name: AWS_REGION
value: '{{ .Values.global.s3.region }}'
- name: AWS_ENDPOINT
value: '{{ .Values.global.s3.endpoint }}'
value: '{{- include "openreplay.s3Endpoint" . }}'
- name: LICENSE_KEY
value: '{{ .Values.global.enterpriseEditionLicense }}'
- name: KAFKA_SERVERS