File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
helm/aws-load-balancer-controller Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -303,14 +303,14 @@ disableRestrictedSecurityGroupRules:
303303controllerConfig :
304304 # featureGates set of key: value pairs that describe AWS load balance controller features
305305 featureGates : {}
306- # ListenerRulesTagging: false
307- # WeightedTargetGroups: false
306+ # ListenerRulesTagging: true
307+ # WeightedTargetGroups: true
308308 # ServiceTypeLoadBalancerOnly: false
309309 # EndpointsFailOpen: true
310- # EnableServiceController: false
311- # EnableIPTargetType: false
312- # SubnetsClusterTagCheck: false
313- # NLBHealthCheckAdvancedConfig: false
310+ # EnableServiceController: true
311+ # EnableIPTargetType: true
312+ # SubnetsClusterTagCheck: true
313+ # NLBHealthCheckAdvancedConfig: true
314314
315315# objectSelector for webhook
316316objectSelector :
@@ -346,4 +346,4 @@ ingressClassConfig:
346346 default : false
347347
348348# enableServiceMutatorWebhook allows you enable the webhook which makes this controller the default for all new services of type LoadBalancer
349- enableServiceMutatorWebhook : true
349+ enableServiceMutatorWebhook : true
You can’t perform that action at this time.
0 commit comments