chore(helm): Adding variables

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-09-29 16:16:13 +02:00
parent 19d616dcd3
commit 5077843305
3 changed files with 5 additions and 0 deletions

View file

@ -42,6 +42,8 @@ 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

View file

@ -42,6 +42,8 @@ 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

View file

@ -101,6 +101,7 @@ global:
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"