diff --git a/deploy/app/statefulset.yaml b/deploy/app/statefulset.yaml index 78f2c42..0c1e9d0 100644 --- a/deploy/app/statefulset.yaml +++ b/deploy/app/statefulset.yaml @@ -16,11 +16,8 @@ spec: spec: dnsPolicy: ClusterFirstWithHostNet # ensures pod uses cluster DNS (CoreDNS) for service discovery even with host networking hostNetwork: true - nodeName: casa # force deploy to master node cluster - tolerations: - - key: "node-role.kubernetes.io/control-plane" # allow installation on control-plane - operator: "Exists" - effect: "NoSchedule" + nodeSelector: + kubernetes.io/hostname: casa-mini-minion-01 containers: - name: home-assistant ### Maintained by flux - Image Update Automation @@ -37,7 +34,7 @@ spec: memory: "256Mi" cpu: "400m" limits: - memory: "724Mi" + memory: "1Gi" cpu: "1000m" volumes: - name: home-assistant-config