Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f3ac95

Browse files
authored
fix(helm): use correct antiaffinity label (#5649)
1 parent 2effea5 commit 4f3ac95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ coder:
113113
- podAffinityTerm:
114114
labelSelector:
115115
matchExpressions:
116-
- key: app.coder.com
116+
- key: app.kubernetes.io/instance
117117
operator: In
118118
values:
119-
- "true"
119+
- "coder"
120120
topologyKey: kubernetes.io/hostname
121121
weight: 1
122122

0 commit comments

Comments
 (0)