Skip to content

Commit a835a37

Browse files
fix(ironic): Fix anti affinity rules for default and update replica count
1 parent f76f4e9 commit a835a37

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

components/ironic/values.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,15 @@ pod:
265265
configMap:
266266
name: ironic-inspection-rules
267267
optional: true
268+
replicas:
269+
api: 4
270+
conductor: 1
268271
lifecycle:
269272
disruption_budget:
270273
api:
271274
# this should be set to no more than (pod.replicas.api - 1)
272275
# usually set on per-deployment basis.
273-
min_available: 0
276+
min_available: 1
274277
resources:
275278
enabled: true
276279
api:
@@ -290,7 +293,7 @@ pod:
290293
affinity:
291294
anti:
292295
type:
293-
default: preferredDuringSchedulingIgnoredDuringExecution
296+
default: ""
294297
conductor: requiredDuringSchedulingIgnoredDuringExecution
295298
topologyKey:
296299
default: kubernetes.io/hostname

0 commit comments

Comments
 (0)