File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
cluster/manifests/skipper Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 46
46
operator : In
47
47
values :
48
48
- skipper-ingress-redis
49
+ nodeAffinity :
50
+ requiredDuringSchedulingIgnoredDuringExecution :
51
+ nodeSelectorTerms :
52
+ - matchExpressions :
53
+ - key : node.kubernetes.io/node-pool
54
+ operator : In
55
+ values :
56
+ - skipper-ingress-redis
57
+ preferredDuringSchedulingIgnoredDuringExecution :
58
+ - weight : 100
59
+ preference :
60
+ matchExpressions :
61
+ - key : node.kubernetes.io/instance-type
62
+ operator : In
63
+ values :
64
+ - c7i.large
65
+ - m7i.large
66
+ - weight : 50
67
+ preference :
68
+ matchExpressions :
69
+ - key : node.kubernetes.io/instance-type
70
+ operator : In
71
+ values :
72
+ - c6i.large
73
+ - m6i.large
49
74
priorityClassName : " {{ .Cluster.ConfigItems.system_priority_class }}"
50
75
terminationGracePeriodSeconds : 45
51
76
containers :
You can’t perform that action at this time.
0 commit comments