docs - Adding Mesh as CRD in Consul K8s (#10459)

* docs - Adding Mesh as CRD in Consul K8s
* Removing extra left brace in ServiceDefaults
This commit is contained in:
David Yu 2021-06-22 19:18:13 -07:00 committed by GitHub
parent 3ad64aeb7d
commit 2b4942b7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 81 additions and 81 deletions

View File

@ -303,7 +303,6 @@ spec:
It is supported here for backwards compatibility with Consul versions prior to 1.6.0.
`,
},
},
{
name: 'ConnectTimeoutMs',
type: 'int: 5000',

View File

@ -17,6 +17,7 @@ cluster-wide defaults for the service mesh.
We currently support the follow configuration entry kinds:
- [`Mesh`](/docs/connect/config-entries/mesh)
- [`ProxyDefaults`](/docs/connect/config-entries/proxy-defaults)
- [`ServiceDefaults`](/docs/connect/config-entries/service-defaults)
- [`ServiceSplitter`](/docs/connect/config-entries/service-splitter)