mirror of https://github.com/status-im/consul.git
fixed bad md syntax
This commit is contained in:
parent
e5b3be0597
commit
52f429db26
|
@ -88,6 +88,7 @@ MeshGateway {
|
||||||
Mode = "local"
|
Mode = "local"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
Kind: proxy-defaults
|
Kind: proxy-defaults
|
||||||
MeshGateway:
|
MeshGateway:
|
||||||
|
@ -102,6 +103,7 @@ Name: global
|
||||||
The following `service-defaults` configuration will enable gateways for all Connect services with the name `web`.
|
The following `service-defaults` configuration will enable gateways for all Connect services with the name `web`.
|
||||||
|
|
||||||
<CodeTabs heading="Example: Enabling gateways per service.">
|
<CodeTabs heading="Example: Enabling gateways per service.">
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
Kind = "service-defaults"
|
Kind = "service-defaults"
|
||||||
Name = "web"
|
Name = "web"
|
||||||
|
|
Loading…
Reference in New Issue