Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
b4e7829d
Unverified
Commit
b4e7829d
authored
Dec 03, 2025
by
c-fteixeira
Committed by
GitHub
Dec 03, 2025
Browse files
chore(helm): disable etcd PDB by default (#4602)
Signed-off-by:
c-fteixeira
<
fteixeira@nvidia.com
>
parent
c81c86e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
deploy/cloud/helm/platform/values.yaml
deploy/cloud/helm/platform/values.yaml
+6
-0
No files found.
deploy/cloud/helm/platform/values.yaml
View file @
b4e7829d
...
...
@@ -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
:
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment