add no schedule taint to casa-mini-minion-01, add toleration to deployments

This commit is contained in:
Márcio Fernandes
2026-06-28 15:35:21 +00:00
parent d1dbcc03d9
commit cf3fb75218
+6
View File
@@ -18,6 +18,12 @@ spec:
hostNetwork: true
nodeSelector:
kubernetes.io/hostname: casa-mini-minion-01
tolerations:
- key: "infra.limbosolutions.com/dedicated"
operator: "Equal"
value: "casa-mini-minion-01"
effect: "NoSchedule"
containers:
- name: home-assistant
### Maintained by flux - Image Update Automation