Fix sidecar-service docs

This commit is contained in:
Paul Banks 2018-11-26 12:41:47 +00:00 committed by GitHub
parent a7a7633c4b
commit ed6f893697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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