From 755d68a844e5df0778bba59a037f424e51bf3103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 18:36:03 +0000 Subject: [PATCH] modified: deploy/deployment.yaml --- deploy/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 148ec99..1de0d35 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -33,6 +33,11 @@ spec: spec: dnsPolicy: ClusterFirstWithHostNet # ensures pod uses cluster DNS (CoreDNS) for service discovery even with host networking hostNetwork: true + nodeName: casa + tolerations: + - key: "node-role.kubernetes.io/control-plane" # allow installation on control-plane + operator: "Exists" + effect: "NoSchedule" containers: - name: home-assistant image: "homeassistant/home-assistant"