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

@@ -23,7 +23,7 @@ spec:
repository: docker.io/blakeblackshear/frigate
tag: 0.10.1-amd64
env:
TZ: "Europe/Paris"
TZ: "${TIMEZONE}"
MQTT_USER: "${SECRET_MQTT_USERNAME}"
MQTT_PASSWORD: ${SECRET_MQTT_PASSWORD}
service:

View File

@@ -22,7 +22,7 @@ spec:
tag: 2022.5.5
env:
TZ: "Europe/Paris"
TZ: "${TIMEZONE}"
HASS_SECRET_URL: https://home-assistant.${SECRET_CLUSTER_DOMAIN}
HASS_SECRET_LATITUDE: ${SECRET_HASS_LATITUDE}
HASS_SECRET_LONGITUDE: ${SECRET_HASS_LONGITUDE}
@@ -52,7 +52,7 @@ spec:
enabled: true
ingressClassName: "nginx"
# annotations:
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
hosts:
- host: "hass.${SECRET_CLUSTER_DOMAIN}"
paths:
@@ -139,4 +139,8 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- { key: "feature.node.kubernetes.io/custom-rflink", operator: In, values: ["true"] }
- {
key: "feature.node.kubernetes.io/custom-rflink",
operator: In,
values: ["true"],
}

View File

@@ -22,7 +22,7 @@ spec:
tag: 1.25.1
env:
TZ: Europe/Paris
TZ: ${TIMEZONE}
ZIGBEE2MQTT_DATA: /data
config:
@@ -105,4 +105,8 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- { key: "feature.node.kubernetes.io/custom-zigbee", operator: In, values: ["true"] }
- {
key: "feature.node.kubernetes.io/custom-zigbee",
operator: In,
values: ["true"],
}

View File

@@ -23,7 +23,7 @@ spec:
tag: 6.11.0
env:
TZ: "Europe/Paris"
TZ: "${TIMEZONE}"
securityContext:
privileged: true
@@ -70,4 +70,8 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- { key: "feature.node.kubernetes.io/custom-zwave", operator: In, values: ["true"] }
- {
key: "feature.node.kubernetes.io/custom-zwave",
operator: In,
values: ["true"],
}