mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Merge pull request #12592 from krastin/krastin/docs/sidecarservice-typo
docs: clean-up sidecar service expanded definition
This commit is contained in:
commit
8d4baafd84
@ -48,11 +48,11 @@ definitions:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"service": {
|
"services": [
|
||||||
|
{
|
||||||
"name": "web",
|
"name": "web",
|
||||||
"port": 8080,
|
"port": 8080
|
||||||
}
|
},
|
||||||
}
|
|
||||||
{
|
{
|
||||||
"name": "web-sidecar-proxy",
|
"name": "web-sidecar-proxy",
|
||||||
"port": 20000,
|
"port": 20000,
|
||||||
@ -72,9 +72,11 @@ definitions:
|
|||||||
"destination_service_name": "web",
|
"destination_service_name": "web",
|
||||||
"destination_service_id": "web",
|
"destination_service_id": "web",
|
||||||
"local_service_address": "127.0.0.1",
|
"local_service_address": "127.0.0.1",
|
||||||
"local_service_port": 8080,
|
"local_service_port": 8080
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Details on how the defaults are determined are [documented
|
Details on how the defaults are determined are [documented
|
||||||
|
Loading…
x
Reference in New Issue
Block a user