File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ You can add kubernetes annotations to ingress and service objects to customize t
4343| [ alb.ingress.kubernetes.io/target-group-attributes] ( #target-group-attributes ) | stringMap| N/A| ingress,service|
4444| [ alb.ingress.kubernetes.io/target-type] ( #target-type ) | instance \| ip| instance| ingress,service|
4545| [ alb.ingress.kubernetes.io/unhealthy-threshold-count] ( #unhealthy-threshold-count ) | integer| '2'| ingress,service|
46+ | [ alb.ingress.kubernetes.io/waf-acl-id] ( #waf-acl-id ) | string| N/A| ingress|
4647
4748## Traffic Listening
4849Traffic Listening can be controlled with following annotations:
@@ -328,6 +329,16 @@ Health check on target groups can be controlled with following annotations:
328329 ```alb.ingress.kubernetes.io/unhealthy-threshold-count: '2'
329330 ```
330331
332+ ## WAF
333+ - <a name =" waf-acl-id " >` alb.ingress.kubernetes.io/waf-acl-id ` </a > specifies the identifier for the Amzon WAF web ACL.
334+
335+ !!!warning ""
336+ Only Regional WAF is supported.
337+
338+ !!!example
339+ ```alb.ingress.kubernetes.io/waf-acl-id: 499e8b99-6671-4614-a86d-adb1810b7fbe
340+ ```
341+
331342## SSL
332343SSL support can be controlled with following annotations:
333344
You can’t perform that action at this time.
0 commit comments