Skip to content

Commit

Permalink
fix(values): affinity
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski authored Oct 2, 2024
1 parent 757e85f commit 43375a2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/cilium-egress-ha-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,12 @@ affinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
- key: app.kubernetes.io/name
operator: In
values:
- cilium-egress-ha-operator
- {{ include "cilium-egress-ha-operator.name" . }}
- key: app.kubernetes.io/instance
operator: In
values:
- {{ .Release.Name }}
topologyKey: "kubernetes.io/hostname"

0 comments on commit 43375a2

Please sign in to comment.