clean up. Working workflow
All checks were successful
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Successful in 16s

This commit is contained in:
2025-11-22 04:41:28 +00:00
parent 5fec908323
commit c42dbef22c
2 changed files with 0 additions and 9 deletions

View File

@@ -33,11 +33,6 @@ spec:
spec:
dnsPolicy: ClusterFirstWithHostNet # ensures pod uses cluster DNS (CoreDNS) for service discovery even with host networking
hostNetwork: true
# delays start so host have time to start on low memory resources
# initContainers:
# - name: delay-start
# image: busybox:latest
# command: ["sh", "-c", "sleep 60"]
containers:
- name: home-assistant
image: "homeassistant/home-assistant"