mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: TIMEZONE variable
This commit is contained in:
@@ -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
|
||||
|
@@ -23,7 +23,7 @@ spec:
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
TZ: "Europe/Paris"
|
||||
TZ: "${TIMEZONE}"
|
||||
|
||||
service:
|
||||
main:
|
||||
|
Reference in New Issue
Block a user