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

This commit is contained in:
2025-11-22 18:36:03 +00:00
parent f40a899200
commit 755d68a844

View File

@@ -33,6 +33,11 @@ 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
tolerations:
- key: "node-role.kubernetes.io/control-plane" # allow installation on control-plane
operator: "Exists"
effect: "NoSchedule"
containers: containers:
- name: home-assistant - name: home-assistant
image: "homeassistant/home-assistant" image: "homeassistant/home-assistant"