From 82d7108d8918bd2821c4e569f6206a6bbc6bbf24 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Mon, 10 Apr 2023 15:58:11 -0400 Subject: [PATCH] backport of commit 6b03c7b93ffb87623bd318c52929e3f16fab9101 (#16935) Co-authored-by: Andrea Scarpino --- .../docs/connect/config-entries/service-defaults.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/connect/config-entries/service-defaults.mdx b/website/content/docs/connect/config-entries/service-defaults.mdx index fdcfd557ad8e..d410069dba11 100644 --- a/website/content/docs/connect/config-entries/service-defaults.mdx +++ b/website/content/docs/connect/config-entries/service-defaults.mdx @@ -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 @@ -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 @@ -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. ---> \ No newline at end of file +-->