modified: deploy/deployment.yaml
All checks were successful
Casa Home Assistant CI/CD Pipeline / deploy (push) Successful in 16s

This commit is contained in:
2025-11-22 18:51:39 +00:00
parent 755d68a844
commit 2881eb1167

View File

@@ -33,7 +33,7 @@ spec:
spec: spec:
dnsPolicy: ClusterFirstWithHostNet # ensures pod uses cluster DNS (CoreDNS) for service discovery even with host networking dnsPolicy: ClusterFirstWithHostNet # ensures pod uses cluster DNS (CoreDNS) for service discovery even with host networking
hostNetwork: true hostNetwork: true
nodeName: casa nodeName: casa # force deploy to master node cluster
tolerations: tolerations:
- key: "node-role.kubernetes.io/control-plane" # allow installation on control-plane - key: "node-role.kubernetes.io/control-plane" # allow installation on control-plane
operator: "Exists" operator: "Exists"
@@ -41,6 +41,7 @@ spec:
containers: containers:
- name: home-assistant - name: home-assistant
image: "homeassistant/home-assistant" image: "homeassistant/home-assistant"
imagePullPolicy: Always
env: env:
- name: TZ - name: TZ
value: Europe/Lisbon # set timezone value: Europe/Lisbon # set timezone