Skip to content

Commit 866f0e2

Browse files
authored
Merge pull request #903 from bilby91/add-idle_timeout-to-docs
Add idle_timeout.timeout_seconds annotation docs
2 parents bbf005d + 491164b commit 866f0e2

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)