Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
qrnvttrl committed Aug 21, 2024
1 parent cdb4691 commit 3df5349
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions charts/metal-control-plane/templates/ipam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@ spec:
prometheus.io/port: '2112'
spec:
affinity:
podAntiAffinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values:
- ipam
topologyKey: topology.kubernetes.io/zone
labelSelector:
matchExpressions:
- key: app
operator: NotIn
values:
- ipam
topologyKey: topology.kubernetes.io/zone
containers:
- name: ipam
args:
Expand Down

0 comments on commit 3df5349

Please sign in to comment.