Skip to content

Commit 491164b

Browse files
committed
Add idle_timeout.timeout_seconds annotation docs
This annotation is supported at the moment but is not documented.
1 parent 2d0251f commit 491164b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide/ingress/annotation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,10 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
424424
```
425425
alb.ingress.kubernetes.io/load-balancer-attributes:routing.http2.enabled=true
426426
```
427+
- set idle_timeout delay to 600 seconds
428+
```
429+
alb.ingress.kubernetes.io/load-balancer-attributes:idle_timeout.timeout_seconds=600
430+
```
427431

428432
- <a name="target-group-attributes">`alb.ingress.kubernetes.io/target-group-attributes`</a> specifies [Target Group Attributes](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes) which should be applied to Target Groups.
429433

0 commit comments

Comments
 (0)