mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: migrate hass repo to ghcr.io
This commit is contained in:
@@ -19,8 +19,8 @@ spec:
|
|||||||
values:
|
values:
|
||||||
controllerType: deployment
|
controllerType: deployment
|
||||||
image:
|
image:
|
||||||
repository: homeassistant/home-assistant
|
repository: ghcr.io/home-assistant/home-assistant
|
||||||
tag: 2021.4.6
|
tag: 2021.5.0
|
||||||
env:
|
env:
|
||||||
TZ: "Europe/Paris"
|
TZ: "Europe/Paris"
|
||||||
HASS_SECRET_URL: https://hass.${SECRET_CLUSTER_DOMAIN}
|
HASS_SECRET_URL: https://hass.${SECRET_CLUSTER_DOMAIN}
|
||||||
@@ -115,4 +115,8 @@ spec:
|
|||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
nodeSelectorTerms:
|
nodeSelectorTerms:
|
||||||
- matchExpressions:
|
- matchExpressions:
|
||||||
- { key: "feature.node.kubernetes.io/custom-rflink", operator: In, values: ["true"] }
|
- {
|
||||||
|
key: "feature.node.kubernetes.io/custom-rflink",
|
||||||
|
operator: In,
|
||||||
|
values: ["true"],
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user