From 69d61263f11193944c4111137382cd31c0c41a90 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 4 May 2018 11:14:20 -0700 Subject: [PATCH] docs: try to make grpc explanation less confusing --- website/source/docs/job-specification/service.html.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/website/source/docs/job-specification/service.html.md b/website/source/docs/job-specification/service.html.md index f83b30afbcdd..95f90608c612 100644 --- a/website/source/docs/job-specification/service.html.md +++ b/website/source/docs/job-specification/service.html.md @@ -383,11 +383,10 @@ service { } ``` -This check would translate to having a Consul check registration with the -[GRPC][consul_grpc] parameter similar to `10.0.3.1:4567/grpc.health.v1.Health`. -Assuming the service's address is `10.0.3.1` and port is `4567`. See [Using -Driver Address Mode](#using-driver-address-mode) for details on address -selection. +In this example Consul would health check the `grpc.health.v1.Health` service +on the `rpc` port defined in the task's [network resources][network] stanza. +See [Using Driver Address Mode](#using-driver-address-mode) for details on +address selection. ### Using Driver Address Mode