Fix sidecar-service docs

This commit is contained in:
Paul Banks 2018-11-26 12:41:47 +00:00 committed by GitHub
parent 1bbd01147b
commit 1b9edd1ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,10 +63,10 @@ definitions:
}
],
"proxy": {
"destination_service_name": "db",
"destination_service_id": "db",
"destination_service_name": "web",
"destination_service_id": "web",
"local_service_address": "127.0.0.1",
"local_service_port": 9090,
"local_service_port": 8080,
}
}
```