Skip to content

Commit

Permalink
backport of commit 6b03c7b (#16935)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Scarpino <andrea@scarpino.dev>
  • Loading branch information
hc-github-team-consul-core and ilpianista authored Apr 10, 2023
1 parent c6657d3 commit 82d7108
Showing 1 changed file with 3 additions and 3 deletions.
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.
-->
-->

0 comments on commit 82d7108

Please sign in to comment.