Update affinity for wp
This commit is contained in:
parent
37227c168c
commit
41dc8891ae
@ -69,4 +69,16 @@ agent:
|
||||
emptyDir: {}
|
||||
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
workload: general
|
||||
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: workload
|
||||
operator: In
|
||||
values:
|
||||
- general
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: DoesNotExist
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user