Skip to content

Commit b6cc727

Browse files
superbeenywilltsai
authored andcommitted
docs: updating gateway docs to include new timeoutPolicy config (radius-project#1447)
* docs: updating gateway docs to include new timeoutPolicy config Signed-off-by: Nick Beenham <Nicholas_Beenham@cable.comcast.com> * Update docs/content/reference/resource-schema/core-schema/gateway/index.md Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> --------- Signed-off-by: Nick Beenham <Nicholas_Beenham@cable.comcast.com> Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> Co-authored-by: Will <28876888+willtsai@users.noreply.github.com> Signed-off-by: Vishwanath Hiremath <vhiremath@microsoft.com>
1 parent 7d3a0fb commit b6cc727

File tree

1 file changed

+7
-0
lines changed
  • docs/content/reference/resource-schema/core-schema/gateway

1 file changed

+7
-0
lines changed

docs/content/reference/resource-schema/core-schema/gateway/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ weight: 401
3535
| destination | y | The service to route traffic to, in the form `'[scheme]://[serviceName]:[port]'` | `'http://backend:80'`
3636
| replacePrefix | n | The prefix to replace in the incoming request path that is sent to the destination route. | `'/'`
3737
| enableWebsockets | n | Enables websocket support for the route. Defaults to false. | `true`
38+
| timeoutPolicy | n | The timeout policy for the route. | See [below](#timeout-policy)
39+
40+
##### Timeout Policy
41+
| Key | Required | Description | Example |
42+
|------|:--------:|-------------|---------|
43+
| request | n | The timeout for the request in seconds. Defaults to 15 seconds. | `30s`
44+
| backendRequest | n | The timeout for the backend request in seconds. Defaults to 15 seconds. | `30s`
3845

3946
#### Hostname
4047

0 commit comments

Comments
 (0)