Merge pull request #276 from openreplay/dev
chore(helm): adding site_url variable
This commit is contained in:
commit
8d69471125
4 changed files with 4 additions and 2 deletions
|
|
@ -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 }}'
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@ autoscaling:
|
|||
# targetMemoryUtilizationPercentage: 80
|
||||
|
||||
env:
|
||||
SITE_URL: ''
|
||||
PYTHONUNBUFFERED: '0'
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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 }}'
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@ env:
|
|||
captcha_server: ''
|
||||
captcha_key: ''
|
||||
async_Token: ''
|
||||
SITE_URL: ''
|
||||
announcement_url: ''
|
||||
jwt_secret: "SetARandomStringHere"
|
||||
jwt_algorithm: HS512
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue