fix: add toleations and affinity for c1-nodes
This commit is contained in:
@@ -19,3 +19,12 @@ tolerations:
|
||||
operator: Equal
|
||||
value: data
|
||||
effect: NoSchedule
|
||||
|
||||
affinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: topology.kubernetes.io/group
|
||||
operator: In
|
||||
values:
|
||||
- c1
|
||||
|
||||
Reference in New Issue
Block a user