File tree Expand file tree Collapse file tree 2 files changed +7
-26
lines changed
Expand file tree Collapse file tree 2 files changed +7
-26
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,10 @@ spec:
2121 affinity :
2222 nodeAffinity :
2323 preferredDuringSchedulingIgnoredDuringExecution :
24- nodeSelectorTerms :
25- - weight : 100
26- preference :
27- matchExpressions :
28- - key : disktype
29- operator : In
30- values :
31- - hdd
24+ - weight : 100
25+ preference :
26+ matchExpressions :
27+ - key : disktype
28+ operator : In
29+ values :
30+ - ssd
Original file line number Diff line number Diff line change 88 liveness :
99 initialDelaySeconds : 10
1010 periodSeconds : 30
11- labels :
12- from : global-backendconfig
13- tolerations :
14- - key : disktype
15- operator : Exists
16- effect : NoExecute
17- tolerationSeconds : 600
18- affinity :
19- nodeAffinity :
20- preferredDuringSchedulingIgnoredDuringExecution :
21- nodeSelectorTerms :
22- - weight : 100
23- preference :
24- matchExpressions :
25- - key : disktype
26- operator : In
27- values :
28- - hdd
You can’t perform that action at this time.
0 commit comments