mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
chore: Fix sample value for TRUST_PROXY
environment variable
This commit is contained in:
parent
57450a7651
commit
cb32ea6931
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ type: application
|
|||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
|
|
@ -120,7 +120,7 @@ spec:
|
|||
value: {{ required "A secret key needs to be generated using 'openssl rand -hex 64' and assigned to secretkey." .Values.secretkey }}
|
||||
{{- end }}
|
||||
- name: TRUST_PROXY
|
||||
value: "0"
|
||||
value: "true"
|
||||
- name: DEFAULT_ADMIN_EMAIL
|
||||
value: {{ .Values.admin_email }}
|
||||
- name: DEFAULT_ADMIN_NAME
|
||||
|
|
|
@ -17,7 +17,7 @@ services:
|
|||
|
||||
# - LOG_LEVEL=warn
|
||||
|
||||
# - TRUST_PROXY=0
|
||||
# - TRUST_PROXY=true
|
||||
# - TOKEN_EXPIRES_IN=365 # In days
|
||||
|
||||
# related: https://github.com/knex/knex/issues/2354
|
||||
|
|
|
@ -16,7 +16,7 @@ services:
|
|||
|
||||
# - LOG_LEVEL=warn
|
||||
|
||||
# - TRUST_PROXY=0
|
||||
# - TRUST_PROXY=true
|
||||
# - TOKEN_EXPIRES_IN=365 # In days
|
||||
|
||||
# related: https://github.com/knex/knex/issues/2354
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue