You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/aws-load-balancer-controller/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,7 @@ The default values set by the application itself can be confirmed [here](https:/
218
218
|`awsApiThrottle`| Custom AWS API throttle settings | None |
219
219
|`awsMaxRetries`| Maximum retries for AWS APIs | None |
220
220
|`defaultTargetType`| Default target type. Used as the default value of the `alb.ingress.kubernetes.io/target-type` and `service.beta.kubernetes.io/aws-load-balancer-nlb-target-type" annotations.`Possible values are `ip` and `instance`. |`instance`|
221
+
|`defaultLoadBalancerScheme`| Default scheme for ELBs. Possible values are `internal` and `internet-facing`. When not specifying, an `internal` ELB will be created by default. | "" |
221
222
|`enablePodReadinessGateInject`| If enabled, targetHealth readiness gate will get injected to the pod spec for the matching endpoint pods | None |
222
223
|`enableShield`| Enable Shield addon for ALB | None |
0 commit comments