We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f264827 commit a82ac74Copy full SHA for a82ac74
1 file changed
infrastructure/storage/snapshot-controller/values.yaml
@@ -6,3 +6,16 @@ replicaCount: 2
6
image:
7
repository: registry.k8s.io/sig-storage/snapshot-controller
8
tag: v8.4.0
9
+
10
+affinity:
11
+ podAntiAffinity:
12
+ preferredDuringSchedulingIgnoredDuringExecution:
13
+ - weight: 100
14
+ podAffinityTerm:
15
+ labelSelector:
16
+ matchExpressions:
17
+ - key: app.kubernetes.io/name
18
+ operator: In
19
+ values:
20
+ - snapshot-controller
21
+ topologyKey: kubernetes.io/hostname
0 commit comments