We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487252a commit 9cfe9c9Copy full SHA for 9cfe9c9
1 file changed
charts/wik-webservice/ci/full-values.yaml
@@ -76,9 +76,10 @@ webservice:
76
77
affinity:
78
nodeAffinity:
79
- requiredDuringSchedulingIgnoredDuringExecution:
80
- nodeSelectorTerms:
81
- - matchExpressions:
+ preferredDuringSchedulingIgnoredDuringExecution:
+ - weight: 1
+ preference:
82
+ matchExpressions:
83
- key: topology.kubernetes.io/zone
84
operator: In
85
values:
0 commit comments