mirror of https://github.com/hashicorp/consul
backport of commit 6b03c7b93f
(#16936)
Co-authored-by: Andrea Scarpino <andrea@scarpino.dev>pull/17536/head
parent
eaf0c05217
commit
fa621379e2
|
@ -66,7 +66,7 @@ The following outline shows how to format the service splitter configuration ent
|
||||||
- [`Port`](#destination): integer | `0`
|
- [`Port`](#destination): integer | `0`
|
||||||
- [`MaxInboundConnections`](#maxinboundconnections): integer | `0`
|
- [`MaxInboundConnections`](#maxinboundconnections): integer | `0`
|
||||||
- [`LocalConnectTimeoutMs`](#localconnecttimeoutms): integer | `0`
|
- [`LocalConnectTimeoutMs`](#localconnecttimeoutms): integer | `0`
|
||||||
- [`LocalRequestTiimeoutMs`](#localrequesttimeoutms): integer | `0`
|
- [`LocalRequestTimeoutMs`](#localrequesttimeoutms): integer | `0`
|
||||||
- [`MeshGateway`](#meshgateway): map | no default
|
- [`MeshGateway`](#meshgateway): map | no default
|
||||||
- [`Mode`](#meshgateway): string | no default
|
- [`Mode`](#meshgateway): string | no default
|
||||||
- [`ExternalSNI`](#externalsni): string | no default
|
- [`ExternalSNI`](#externalsni): string | no default
|
||||||
|
@ -133,7 +133,7 @@ The following outline shows how to format the service splitter configuration ent
|
||||||
- [`port`](#destination): integer | `0`
|
- [`port`](#destination): integer | `0`
|
||||||
- [`maxInboundConnections`](#maxinboundconnections): integer | `0`
|
- [`maxInboundConnections`](#maxinboundconnections): integer | `0`
|
||||||
- [`localConnectTimeoutMs`](#localconnecttimeoutms): integer | `0`
|
- [`localConnectTimeoutMs`](#localconnecttimeoutms): integer | `0`
|
||||||
- [`localRequestTiimeoutMs`](#localrequesttimeoutms): integer | `0`
|
- [`localRequestTimeoutMs`](#localrequesttimeoutms): integer | `0`
|
||||||
- [`meshGateway`](#meshgateway): map | no default
|
- [`meshGateway`](#meshgateway): map | no default
|
||||||
- [`mode`](#meshgateway): string | no default
|
- [`mode`](#meshgateway): string | no default
|
||||||
- [`externalSNI`](#externalsni): string | no default
|
- [`externalSNI`](#externalsni): string | no default
|
||||||
|
|
Loading…
Reference in New Issue