Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions components/ironic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,15 @@ pod:
configMap:
name: ironic-inspection-rules
optional: true
replicas:
api: 4
conductor: 1
Comment thread
nicholaskuechler marked this conversation as resolved.
novncproxy: 1
lifecycle:
disruption_budget:
api:
# this should be set to no more than (pod.replicas.api - 1)
# usually set on per-deployment basis.
min_available: 0
# allow for zero downtime ironic-api deployments by keeping an api node online
min_available: 1
Comment thread
nicholaskuechler marked this conversation as resolved.
resources:
enabled: true
api:
Expand Down
Loading