mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 20:46:00 +02:00
feat: TIMEZONE variable
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
TZ: Europe/Paris
|
||||
TZ: ${TIMEZONE}
|
||||
CRON_MIN: "18,48"
|
||||
DOMAIN: "https://freshrss.${SECRET_CLUSTER_DOMAIN}/"
|
||||
|
||||
|
@@ -21,7 +21,7 @@ spec:
|
||||
repository: ghcr.io/toboshii/hajimari
|
||||
tag: v0.2.0
|
||||
env:
|
||||
TZ: "Europe/Paris"
|
||||
TZ: "${TIMEZONE}"
|
||||
hajimari:
|
||||
defaultEnable: true
|
||||
namespaceSelector:
|
||||
@@ -102,7 +102,7 @@ spec:
|
||||
enabled: true
|
||||
ingressClassName: "nginx"
|
||||
# annotations:
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
hosts:
|
||||
- host: "hajimari.${SECRET_CLUSTER_DOMAIN}"
|
||||
paths:
|
||||
|
@@ -23,7 +23,7 @@ spec:
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
TZ: "Europe/Paris"
|
||||
TZ: "${TIMEZONE}"
|
||||
|
||||
persistence:
|
||||
config:
|
||||
@@ -41,9 +41,9 @@ spec:
|
||||
main:
|
||||
enabled: true
|
||||
ingressClassName: "nginx"
|
||||
# annotations:
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
# traefik.ingress.kubernetes.io/router.middlewares: networking-forward-auth@kubernetescrd
|
||||
# annotations:
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
# traefik.ingress.kubernetes.io/router.middlewares: networking-forward-auth@kubernetescrd
|
||||
hosts:
|
||||
- host: "homer.${SECRET_CLUSTER_DOMAIN}"
|
||||
paths:
|
||||
@@ -77,8 +77,8 @@ spec:
|
||||
enabled: true
|
||||
ingressClassName: "nginx"
|
||||
# annotations:
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
# traefik.ingress.kubernetes.io/router.middlewares: networking-forward-auth@kubernetescrd
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
# traefik.ingress.kubernetes.io/router.middlewares: networking-forward-auth@kubernetescrd
|
||||
hosts:
|
||||
- host: "homer-config.${SECRET_CLUSTER_DOMAIN}"
|
||||
paths:
|
||||
|
@@ -33,7 +33,7 @@ spec:
|
||||
POSTGRES_USER: recipes
|
||||
POSTGRES_PASSWORD: ${SECRET_RECIPES_DB_PASSWORD}
|
||||
GUNICORN_MEDIA: "0"
|
||||
TIMEZONE: Europe/Paris
|
||||
TIMEZONE: ${TIMEZONE}
|
||||
FRACTION_PREF_DEFAULT: "0"
|
||||
COMMENT_PREF_DEFAULT: "1"
|
||||
SHOPPING_MIN_AUTOSYNC_INTERVAL: "5"
|
||||
@@ -64,8 +64,8 @@ spec:
|
||||
enabled: true
|
||||
ingressClassName: "nginx"
|
||||
# annotations:
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
# traefik.ingress.kubernetes.io/router.middlewares: networking-buffering-small@kubernetescrd
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
# traefik.ingress.kubernetes.io/router.middlewares: networking-buffering-small@kubernetescrd
|
||||
hosts:
|
||||
- host: "recipes.${SECRET_CLUSTER_DOMAIN}"
|
||||
paths:
|
||||
|
@@ -28,7 +28,7 @@ spec:
|
||||
name: resilio-sync-claude
|
||||
env:
|
||||
- name: TZ
|
||||
value: "Europe/Paris"
|
||||
value: "${TIMEZONE}"
|
||||
- name: PUID
|
||||
value: "1026"
|
||||
- name: PGID
|
||||
@@ -62,7 +62,7 @@ spec:
|
||||
name: resilio-sync-helene
|
||||
env:
|
||||
- name: TZ
|
||||
value: "Europe/Paris"
|
||||
value: "${TIMEZONE}"
|
||||
- name: PUID
|
||||
value: "1027"
|
||||
- name: PGID
|
||||
@@ -206,7 +206,7 @@ apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
# annotations:
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
labels:
|
||||
app.kubernetes.io/instance: resilio-sync
|
||||
app.kubernetes.io/name: resilio-sync
|
||||
|
@@ -26,7 +26,7 @@ spec:
|
||||
DOMAIN: "https://vaultwarden.${SECRET_CLUSTER_DOMAIN}"
|
||||
ADMIN_TOKEN: ${SECRET_VAULTWARDEN_ADMIN_TOKEN}
|
||||
DATABASE_URL: ${SECRET_VAULTWARDEN_DB_URL}
|
||||
TZ: "Europe/Paris"
|
||||
TZ: "${TIMEZONE}"
|
||||
DATA_FOLDER: "data"
|
||||
SIGNUPS_ALLOWED: "false"
|
||||
WEBSOCKET_ENABLED: "true"
|
||||
@@ -54,7 +54,7 @@ spec:
|
||||
enabled: true
|
||||
ingressClassName: "nginx"
|
||||
# annotations:
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
||||
hosts:
|
||||
- host: "vaultwarden.${SECRET_CLUSTER_DOMAIN}"
|
||||
paths:
|
||||
|
Reference in New Issue
Block a user