moved home assistant to casa-mini-minion-01

This commit is contained in:
Márcio Fernandes
2026-06-28 14:48:26 +00:00
parent c1b3f419a0
commit 467ca24ae4
+3 -6
View File
@@ -16,11 +16,8 @@ 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 # force deploy to master node cluster nodeSelector:
tolerations: kubernetes.io/hostname: casa-mini-minion-01
- key: "node-role.kubernetes.io/control-plane" # allow installation on control-plane
operator: "Exists"
effect: "NoSchedule"
containers: containers:
- name: home-assistant - name: home-assistant
### Maintained by flux - Image Update Automation ### Maintained by flux - Image Update Automation
@@ -37,7 +34,7 @@ spec:
memory: "256Mi" memory: "256Mi"
cpu: "400m" cpu: "400m"
limits: limits:
memory: "724Mi" memory: "1Gi"
cpu: "1000m" cpu: "1000m"
volumes: volumes:
- name: home-assistant-config - name: home-assistant-config