Skip to main content

component-pdb

Creates a PodDisruptionBudget for the app workload.

Defaults

enabled: true
minAvailable: 1

Enabled by default — every project gets a <nameOverride>-pdb with minAvailable: 1. Bump it if you need stronger guarantees:

component-pdb:
minAvailable: 2

Disable it (for a single-replica workload that wouldn't survive a PDB anyway):

component-pdb:
enabled: false