chore(helm): Adding variables
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
9688601155
commit
325411ad26
3 changed files with 11 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ spec:
|
|||
{{- .Values.healthCheck | toYaml | nindent 10}}
|
||||
{{- end}}
|
||||
env:
|
||||
- name: ASSIST_JWT_SECRET
|
||||
value: {{ .Values.global.assistJWTSecret }}
|
||||
- name: ASSIST_KEY
|
||||
value: {{ .Values.global.assistKey }}
|
||||
- name: AWS_DEFAULT_REGION
|
||||
value: "{{ .Values.global.s3.region }}"
|
||||
- name: S3_HOST
|
||||
|
|
|
|||
|
|
@ -42,6 +42,10 @@ spec:
|
|||
{{- .Values.healthCheck | toYaml | nindent 10}}
|
||||
{{- end}}
|
||||
env:
|
||||
- name: ASSIST_JWT_SECRET
|
||||
value: {{ .Values.global.assistJWTSecret }}
|
||||
- name: ASSIST_KEY
|
||||
value: {{ .Values.global.assistKey }}
|
||||
- name: LICENSE_KEY
|
||||
value: '{{ .Values.global.enterpriseEditionLicense }}'
|
||||
- name: version_number
|
||||
|
|
|
|||
|
|
@ -91,6 +91,9 @@ global:
|
|||
kafka: *kafka
|
||||
redis: *redis
|
||||
openReplayContainerRegistry: "public.ecr.aws/p1t3u8a3"
|
||||
# secret key to inject to assist and peers service
|
||||
assistKey: "SetARandomStringHere"
|
||||
assistJWTSecret: "SetARandomStringHere"
|
||||
s3:
|
||||
region: "us-east-1"
|
||||
endpoint: "http://minio.db.svc.cluster.local:9000"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue