feat(backend): try to use different s3_endpoint in http service
This commit is contained in:
parent
636df78a20
commit
c605d857b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue