docs: clean-up expanded service def

pull/12592/head
Krastin Krastev 2022-07-18 13:44:50 +03:00
parent 6682a0d4be
commit 49ac06a51e
1 changed files with 24 additions and 22 deletions

View File

@ -48,11 +48,11 @@ definitions:
```json
{
"service": {
"services": [
{
"name": "web",
"port": 8080
}
}
},
{
"name": "web-sidecar-proxy",
"port": 20000,
@ -72,9 +72,11 @@ definitions:
"destination_service_name": "web",
"destination_service_id": "web",
"local_service_address": "127.0.0.1",
"local_service_port": 8080,
"local_service_port": 8080
}
}
]
}
```
Details on how the defaults are determined are [documented