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: pkg/operator/controller/ingress/load_balancer_service.go
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,9 @@ const (
64
64
// See https://docs.aws.amazon.com/elasticloadbalancing/latest/network/target-group-health-checks.html
65
65
awsLBHealthCheckIntervalNLB="10"
66
66
67
+
// awsTargetGroupAttributesInternalProxyProtocolEnabled is the value of the awsTargetGroupAttributesAnnotation for internal load balancers that need to enable proxy protocol.
0 commit comments