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.
2 parents c98999d + 6d3b94f commit 0027db3Copy full SHA for 0027db3
cluster/manifests/02-skipper-validation-webhook/deployment.yaml
@@ -21,6 +21,26 @@ spec:
21
annotations:
22
logging/destination: "{{.Cluster.ConfigItems.log_destination_infra}}"
23
spec:
24
+ affinity:
25
+ podAntiAffinity:
26
+ requiredDuringSchedulingIgnoredDuringExecution:
27
+ - labelSelector:
28
+ matchLabels:
29
+ deployment: skipper-validation-webhook
30
+ topologyKey: kubernetes.io/hostname
31
+ nodeAffinity:
32
+ preferredDuringSchedulingIgnoredDuringExecution:
33
+ - weight: 100
34
+ preference:
35
+ matchExpressions:
36
+ - key: dedicated
37
+ operator: In
38
+ values:
39
+ - cluster-seed
40
+ tolerations:
41
42
+ value: cluster-seed
43
+ effect: NoSchedule
44
dnsConfig:
45
options:
46
- name: ndots
0 commit comments