We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
podDisruptionBudget.maxUnavailable: 1
1 parent 6d3e976 commit 3101415Copy full SHA for 3101415
helm/aws-load-balancer-controller/values.yaml
@@ -266,8 +266,8 @@ defaultTags: {}
266
267
# podDisruptionBudget specifies the disruption budget for the controller pods.
268
# Disruption budget will be configured only when the replicaCount is greater than 1
269
-podDisruptionBudget: {}
270
-# maxUnavailable: 1
+podDisruptionBudget:
+ maxUnavailable: 1
271
272
# externalManagedTags is the list of tag keys on AWS resources that will be managed externally
273
externalManagedTags: []
0 commit comments