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"
|
||||
}
|
||||
```
|
||||
|
||||
```yaml
|
||||
Kind: proxy-defaults
|
||||
MeshGateway:
|
||||
|
@ -102,6 +103,7 @@ Name: global
|
|||
The following `service-defaults` configuration will enable gateways for all Connect services with the name `web`.
|
||||
|
||||
<CodeTabs heading="Example: Enabling gateways per service.">
|
||||
|
||||
```hcl
|
||||
Kind = "service-defaults"
|
||||
Name = "web"
|
||||
|
|
Loading…
Reference in New Issue