mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix(helm): use correct antiaffinity label (#5649)
This commit is contained in:
@ -113,10 +113,10 @@ coder:
|
||||
- podAffinityTerm:
|
||||
labelSelector:
|
||||
matchExpressions:
|
||||
- key: app.coder.com
|
||||
- key: app.kubernetes.io/instance
|
||||
operator: In
|
||||
values:
|
||||
- "true"
|
||||
- "coder"
|
||||
topologyKey: kubernetes.io/hostname
|
||||
weight: 1
|
||||
|
||||
|
Reference in New Issue
Block a user