Skip to content

Commit 8b94d6e

Browse files
authored
Merge pull request #2131 from rackerlabs/PUC-1750-20260701-1511
chore(ironic): Set replicas and minimum available to be the same across all environments.
2 parents fd23b3c + f3876c1 commit 8b94d6e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

components/ironic/values.yaml

Lines changed: 6 additions & 3 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
271+
novncproxy: 1
268272
lifecycle:
269273
disruption_budget:
270274
api:
271-
# this should be set to no more than (pod.replicas.api - 1)
272-
# usually set on per-deployment basis.
273-
min_available: 0
275+
# allow for zero downtime ironic-api deployments by keeping an api node online
276+
min_available: 1
274277
resources:
275278
enabled: true
276279
api:

0 commit comments

Comments
 (0)