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:
@@ -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:
|
||||
|
@@ -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"],
|
||||
}
|
||||
|
@@ -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"],
|
||||
}
|
||||
|
@@ -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"],
|
||||
}
|
||||
|
Reference in New Issue
Block a user