mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
[K8S] Add TUSD_BEHIND_PROXY env var
This commit is contained in:
@@ -24,6 +24,8 @@ spec:
|
||||
value: {{ .Values.project.url }}
|
||||
- name: PROJECT_SECRET
|
||||
value: {{ .Values.project.secret }}
|
||||
- name: TUSD_BEHIND_PROXY
|
||||
value: {{ .Values.project.behindProxy | quote }}
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
|
||||
@@ -23,6 +23,7 @@ timezone: Europe/Paris
|
||||
project:
|
||||
url: http://localhost:8887
|
||||
secret: "change_me_generate_secure_secret"
|
||||
behindProxy: false
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user