fix/cicd (#3)

Co-authored-by: Márcio Fernandes <marcio.fernandes@outlook.pt>
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2025-11-22 17:43:57 +00:00
parent 001e785192
commit 0d2b30a83a
3 changed files with 31 additions and 66 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"