Skip to content

Commit 3101415

Browse files
committedAug 12, 2022
feat: Since replicaCount is 2 by default, podDisruptionBudget.maxUnavailable: 1 also be set by default.
1 parent 6d3e976 commit 3101415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎helm/aws-load-balancer-controller/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ defaultTags: {}
266266

267267
# podDisruptionBudget specifies the disruption budget for the controller pods.
268268
# Disruption budget will be configured only when the replicaCount is greater than 1
269-
podDisruptionBudget: {}
270-
# maxUnavailable: 1
269+
podDisruptionBudget:
270+
maxUnavailable: 1
271271

272272
# externalManagedTags is the list of tag keys on AWS resources that will be managed externally
273273
externalManagedTags: []

0 commit comments

Comments
 (0)