[K8S] Add TUSD_BEHIND_PROXY env var

This commit is contained in:
Junior GABORIT
2026-06-08 10:08:41 +02:00
parent d1941c2f3d
commit e2f28a84bc
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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
+1
View File
@@ -23,6 +23,7 @@ timezone: Europe/Paris
project:
url: http://localhost:8887
secret: "change_me_generate_secure_secret"
behindProxy: false
persistence:
enabled: true