chore(helm): adding site_url variable

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-17 04:07:28 +05:30
parent 4d456ce259
commit 7a690329be
4 changed files with 4 additions and 2 deletions

View file

@ -50,6 +50,8 @@ spec:
value: '{{ .Values.global.postgresql.postgresqlUser }}'
- name: pg_password
value: '{{ .Values.global.postgresql.postgresqlPassword }}'
- name: SITE_URL
value: 'https://{{ .Values.global.domainName }}'
- name: S3_HOST
{{- if eq .Values.global.s3.endpoint "http://minio.db.svc.cluster.local:9000" }}
value: 'https://{{ .Values.global.domainName }}'

View file

@ -76,7 +76,6 @@ autoscaling:
# targetMemoryUtilizationPercentage: 80
env:
SITE_URL: ''
PYTHONUNBUFFERED: '0'

View file

@ -50,6 +50,8 @@ spec:
value: '{{ .Values.global.postgresql.postgresqlUser }}'
- name: pg_password
value: '{{ .Values.global.postgresql.postgresqlPassword }}'
- name: SITE_URL
value: 'https://{{ .Values.global.domainName }}'
- name: S3_HOST
{{- if eq .Values.global.s3.endpoint "http://minio.db.svc.cluster.local:9000" }}
value: 'https://{{ .Values.global.domainName }}'

View file

@ -81,7 +81,6 @@ env:
captcha_server: ''
captcha_key: ''
async_Token: ''
SITE_URL: ''
announcement_url: ''
jwt_secret: "SetARandomStringHere"
jwt_algorithm: HS512