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: docs/guide/service/annotations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
|[service.beta.kubernetes.io/aws-load-balancer-internal](#lb-internal)| boolean | false | deprecated, in favor of [aws-load-balancer-scheme](#lb-scheme)|
|[service.beta.kubernetes.io/aws-load-balancer-proxy-protocol](#proxy-protocol-v2)| string || Set to `"*"` to enable |
26
-
|[service.beta.kubernetes.io/aws-load-balancer-proxy-protocol-per-target-group](#proxy-protocol-v2)| string || If specified,configures proxy protocol per targrt group based on ServicePort. For example`"80, true, 443, true, 22, false"` will disable proxy protocol for port 22 only. This annotation is overriden by `"service.beta.kubernetes.io/aws-load-balancer-proxy-protocol"`|
26
+
|[service.beta.kubernetes.io/aws-load-balancer-proxy-protocol-per-target-group](#proxy-protocol-v2)| string || If specified,configures proxy protocol for the target groups corresponding to the ports mentioned and disables for the rest. For example, if you have services deployed on ports `"80, 443 and 22"`, the annotation value `"80, 443"` will enable proxy protocol for ports 80 and 443 only, and disable for port 22. This annotation is overriden by `"service.beta.kubernetes.io/aws-load-balancer-proxy-protocol"`|
|[service.beta.kubernetes.io/aws-load-balancer-access-log-enabled](#deprecated-attributes)| boolean | false | deprecated, in favor of [aws-load-balancer-attributes](#load-balancer-attributes)|
29
29
|[service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-name](#deprecated-attributes)| string || deprecated, in favor of [aws-load-balancer-attributes](#load-balancer-attributes)|
0 commit comments