Chart: Add defaultBackend.maxUnavailable. (#11995)

This commit is contained in:
Marco Ebert 2024-09-20 14:25:03 +02:00 committed by GitHub
parent b2bc9618d3
commit 43a7d8d5fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 1 deletions

View file

@ -1097,7 +1097,11 @@ defaultBackend:
podAnnotations: {}
replicaCount: 1
# -- Minimum available pods set in PodDisruptionBudget.
# Define either 'minAvailable' or 'maxUnavailable', never both.
minAvailable: 1
# -- Maximum unavailable pods set in PodDisruptionBudget. If set, 'minAvailable' is ignored.
# maxUnavailable: 1
resources: {}
# limits:
# cpu: 10m