add no schedule taint to casa-mini-minion-01, add toleration to deployments
This commit is contained in:
@@ -18,6 +18,12 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: casa-mini-minion-01
|
kubernetes.io/hostname: casa-mini-minion-01
|
||||||
|
tolerations:
|
||||||
|
- key: "infra.limbosolutions.com/dedicated"
|
||||||
|
operator: "Equal"
|
||||||
|
value: "casa-mini-minion-01"
|
||||||
|
effect: "NoSchedule"
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: home-assistant
|
- name: home-assistant
|
||||||
### Maintained by flux - Image Update Automation
|
### Maintained by flux - Image Update Automation
|
||||||
|
|||||||
Reference in New Issue
Block a user