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 hc-github-team-consul-core
parent ab529f1021
commit 18136b04b3
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. It is supported here for backwards compatibility with Consul versions prior to 1.6.0.
`, `,
}, },
},
{ {
name: 'ConnectTimeoutMs', name: 'ConnectTimeoutMs',
type: 'int: 5000', type: 'int: 5000',

View File

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