Unverified Commit b4e7829d authored by c-fteixeira's avatar c-fteixeira Committed by GitHub
Browse files

chore(helm): disable etcd PDB by default (#4602)


Signed-off-by: default avatarc-fteixeira <fteixeira@nvidia.com>
parent c81c86e4
......@@ -260,6 +260,12 @@ etcd:
# Whether to enable liveness probes (disabled to reduce startup complexity)
enabled: false
# Pod Disruption Budget configuration
# Should be enabled for HA deployments with 3+ replicas
pdb:
# Whether to create a PodDisruptionBudget (disabled for single-node deployments)
create: false
# Node tolerations for etcd pods (allows scheduling on specific nodes)
tolerations: []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment