Skip to content

Commit 7848c23

Browse files
reformat property names
1 parent 873fa7f commit 7848c23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/ingress-environment-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ With the premium ingress mode enabled, you can also configure the following sett
8181

8282
| Setting | Description | Minimum | Maximum | Default |
8383
|---|---|---|---|---|
84-
| `terminationGracePeriod` | The amount of time (in seconds) for the container app to finish processing requests before they're canceled during shutdown. | 0 | 60 | 8 |
85-
| `idleRequestTimeout` | Idle request time-out in minutes. | 1 | 60 | 4 |
86-
| `requestHeaderCount` | Increase this setting if you have clients that send a large number of request headers. | 1 | N/A | 100 |
84+
| Termination grace period | The amount of time (in seconds) for the container app to finish processing requests before they're canceled during shutdown. | 0 | 60 | 8 |
85+
| Idle request timeout | Idle request time-out in minutes. | 1 | 60 | 4 |
86+
| Request header count | Increase this setting if you have clients that send a large number of request headers. | 1 | N/A | 100 |
8787

8888
You should only increase these settings as needed, because raising them could lead to your ingress proxy instances consuming more resources for longer periods of time, becoming more vulnerable to resource exhaustion and denial of service attacks.
8989

0 commit comments

Comments
 (0)