Skip to content

Commit a82ac74

Browse files
committed
Update values.yaml
1 parent f264827 commit a82ac74

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

infrastructure/storage/snapshot-controller/values.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,16 @@ replicaCount: 2
66
image:
77
repository: registry.k8s.io/sig-storage/snapshot-controller
88
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

Comments
 (0)