mirror of https://github.com/status-im/consul.git
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:
parent
ab529f1021
commit
18136b04b3
|
@ -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',
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue