mirror of https://github.com/status-im/consul.git
Fix typos in route retry filter docs for APIGW (#20761)
* Fix typose in route retry filter docs for APIGW * Update website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
This commit is contained in:
parent
c16da726d2
commit
c097b11fff
|
@ -9,7 +9,7 @@ description: >-
|
||||||
|
|
||||||
This topic provides configuration reference information for details about the `RouteTimeoutFilter` resource, which defines timeout settings for specific routes from an API gateway listener to the destination service in Consul service mesh.
|
This topic provides configuration reference information for details about the `RouteTimeoutFilter` resource, which defines timeout settings for specific routes from an API gateway listener to the destination service in Consul service mesh.
|
||||||
|
|
||||||
To apply retry settings to a `HTTPRoute`, set the `rules.filters.type` parameter in an route to `extensionRef` and specify the name of the filter in `rules.filters.extensionRef.name` field. Refer to [Route resource configuration reference](/consul/docs/connect/gateways/api-gateway/configuration/routes) for additional information.
|
To apply timeout settings to an `HTTPRoute`, set the `rules.filters.type` parameter in the route to `extensionRef` and specify the name of the filter in the `rules.filters.extensionRef.name` field. Refer to [Route resource configuration reference](/consul/docs/connect/gateways/api-gateway/configuration/routes) for additional information.
|
||||||
|
|
||||||
## Configuration Model
|
## Configuration Model
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ Specifies the namespace that the configuration applies to. Refer to [namespaces]
|
||||||
Map that contains the details about the gateway policy. The `apiVersion`, `kind`, and `metadata` fields are siblings of the `spec` field. All other configurations are children.
|
Map that contains the details about the gateway policy. The `apiVersion`, `kind`, and `metadata` fields are siblings of the `spec` field. All other configurations are children.
|
||||||
|
|
||||||
|
|
||||||
### `spec.idleTimeout
|
### `spec.idleTimeout`
|
||||||
|
|
||||||
Specifies the total amount of time permitted for the request stream to be idle. Must specify a parseable number and a unit, for example "5s".
|
Specifies the total amount of time permitted for the request stream to be idle. Must specify a parseable number and a unit, for example "5s".
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue