add no schedule taint to casa-mini-minion-01, add toleration to deployments
This commit is contained in:
@@ -16,6 +16,12 @@ spec:
|
||||
spec:
|
||||
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: zigbee2mqtt
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user