feat(backend): added missing env var to http service

This commit is contained in:
Alexander 2023-11-28 11:18:04 +01:00
parent 11ed8dbf23
commit ae85f16028

View file

@ -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