feat: TIMEZONE variable

This commit is contained in:
auricom
2022-06-01 14:09:25 +02:00
parent 2f145e871c
commit dfc7919e5e
29 changed files with 57 additions and 44 deletions

View File

@@ -28,7 +28,7 @@ spec:
ingress:
enabled: true
# annotations:
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
subdomain: login
tls:
@@ -41,7 +41,7 @@ spec:
env:
- name: TZ
value: Europe/Paris
value: ${TIMEZONE}
extraVolumeMounts:
- name: config-custom

View File

@@ -23,7 +23,7 @@ spec:
pullPolicy: IfNotPresent
env:
TZ: "Europe/Paris"
TZ: "${TIMEZONE}"
service:
main: