Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of [docs] fix typo in LocalRequestTimeoutMs into release/1.14.x #16935

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The following outline shows how to format the service splitter configuration ent
- [`Port`](#destination): integer | `0`
- [`MaxInboundConnections`](#maxinboundconnections): integer | `0`
- [`LocalConnectTimeoutMs`](#localconnecttimeoutms): integer | `0`
- [`LocalRequestTiimeoutMs`](#localrequesttimeoutms): integer | `0`
- [`LocalRequestTimeoutMs`](#localrequesttimeoutms): integer | `0`
- [`MeshGateway`](#meshgateway): map | no default
- [`Mode`](#meshgateway): string | no default
- [`ExternalSNI`](#externalsni): string | no default
Expand Down Expand Up @@ -125,7 +125,7 @@ The following outline shows how to format the service splitter configuration ent
- [`port`](#destination): integer | `0`
- [`maxInboundConnections`](#maxinboundconnections): integer | `0`
- [`localConnectTimeoutMs`](#localconnecttimeoutms): integer | `0`
- [`localRequestTiimeoutMs`](#localrequesttimeoutms): integer | `0`
- [`localRequestTimeoutMs`](#localrequesttimeoutms): integer | `0`
- [`meshGateway`](#meshgateway): map | no default
- [`mode`](#meshgateway): string | no default
- [`externalSNI`](#externalsni): string | no defaiult
Expand Down Expand Up @@ -1988,4 +1988,4 @@ Reading a `service-defaults` config entry requires `service:read` on the resourc

Creating, updating, or deleting a `service-defaults` config entry requires
`service:write` on the resource.
-->
-->