From 0023f351fac744cae588590be2d4e3db501b40c9 Mon Sep 17 00:00:00 2001 From: Eric Baptista Date: Tue, 3 Oct 2023 19:03:43 +0200 Subject: [PATCH] Make description consistent with code snippet --- docs/edge-stack/1.10/howtos/grpc.md | 2 +- docs/edge-stack/1.11/howtos/grpc.md | 2 +- docs/edge-stack/1.12/howtos/grpc.md | 2 +- docs/edge-stack/1.3/howtos/grpc.md | 2 +- docs/edge-stack/1.4/howtos/grpc.md | 2 +- docs/edge-stack/1.5/howtos/grpc.md | 2 +- docs/edge-stack/1.6/howtos/grpc.md | 2 +- docs/edge-stack/1.7/howtos/grpc.md | 2 +- docs/edge-stack/1.8/howtos/grpc.md | 2 +- docs/edge-stack/1.9/howtos/grpc.md | 2 +- docs/emissary/1.13/howtos/grpc.md | 2 +- docs/emissary/1.14/howtos/grpc.md | 2 +- docs/emissary/2.0/howtos/grpc.md | 2 +- docs/emissary/2.1/howtos/grpc.md | 2 +- docs/emissary/2.2/howtos/grpc.md | 2 +- docs/emissary/2.3/howtos/grpc.md | 2 +- docs/emissary/2.4/howtos/grpc.md | 2 +- docs/emissary/2.5/howtos/grpc.md | 2 +- docs/emissary/3.0/howtos/grpc.md | 2 +- docs/emissary/3.1/howtos/grpc.md | 2 +- docs/emissary/3.2/howtos/grpc.md | 2 +- docs/emissary/3.3/howtos/grpc.md | 2 +- docs/emissary/3.4/howtos/grpc.md | 2 +- docs/emissary/3.5/howtos/grpc.md | 2 +- docs/emissary/3.6/howtos/grpc.md | 2 +- docs/emissary/3.7/howtos/grpc.md | 2 +- docs/emissary/3.8/howtos/grpc.md | 2 +- docs/emissary/latest/howtos/grpc.md | 2 +- docs/emissary/pre-release/howtos/grpc.md | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/edge-stack/1.10/howtos/grpc.md b/docs/edge-stack/1.10/howtos/grpc.md index fe69ddfdc..0d0e823ff 100644 --- a/docs/edge-stack/1.10/howtos/grpc.md +++ b/docs/edge-stack/1.10/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/edge-stack/1.11/howtos/grpc.md b/docs/edge-stack/1.11/howtos/grpc.md index e6144f67d..9aa1cfd2c 100644 --- a/docs/edge-stack/1.11/howtos/grpc.md +++ b/docs/edge-stack/1.11/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/edge-stack/1.12/howtos/grpc.md b/docs/edge-stack/1.12/howtos/grpc.md index 1f95571eb..dd9cd414f 100644 --- a/docs/edge-stack/1.12/howtos/grpc.md +++ b/docs/edge-stack/1.12/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/edge-stack/1.3/howtos/grpc.md b/docs/edge-stack/1.3/howtos/grpc.md index 35579caf4..8021bef51 100644 --- a/docs/edge-stack/1.3/howtos/grpc.md +++ b/docs/edge-stack/1.3/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/edge-stack/1.4/howtos/grpc.md b/docs/edge-stack/1.4/howtos/grpc.md index bf4b3b9cb..ec760fd89 100644 --- a/docs/edge-stack/1.4/howtos/grpc.md +++ b/docs/edge-stack/1.4/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/edge-stack/1.5/howtos/grpc.md b/docs/edge-stack/1.5/howtos/grpc.md index 35579caf4..8021bef51 100644 --- a/docs/edge-stack/1.5/howtos/grpc.md +++ b/docs/edge-stack/1.5/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/edge-stack/1.6/howtos/grpc.md b/docs/edge-stack/1.6/howtos/grpc.md index 35579caf4..8021bef51 100644 --- a/docs/edge-stack/1.6/howtos/grpc.md +++ b/docs/edge-stack/1.6/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/edge-stack/1.7/howtos/grpc.md b/docs/edge-stack/1.7/howtos/grpc.md index 1bb449d9e..660ee5c56 100644 --- a/docs/edge-stack/1.7/howtos/grpc.md +++ b/docs/edge-stack/1.7/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/edge-stack/1.8/howtos/grpc.md b/docs/edge-stack/1.8/howtos/grpc.md index 1bb449d9e..660ee5c56 100644 --- a/docs/edge-stack/1.8/howtos/grpc.md +++ b/docs/edge-stack/1.8/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/edge-stack/1.9/howtos/grpc.md b/docs/edge-stack/1.9/howtos/grpc.md index c6d6328ff..c55fafbe8 100644 --- a/docs/edge-stack/1.9/howtos/grpc.md +++ b/docs/edge-stack/1.9/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/1.13/howtos/grpc.md b/docs/emissary/1.13/howtos/grpc.md index d6dde6d62..8f237daaa 100644 --- a/docs/emissary/1.13/howtos/grpc.md +++ b/docs/emissary/1.13/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/1.14/howtos/grpc.md b/docs/emissary/1.14/howtos/grpc.md index 9cbb69662..2c18ce581 100644 --- a/docs/emissary/1.14/howtos/grpc.md +++ b/docs/emissary/1.14/howtos/grpc.md @@ -84,7 +84,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/2.0/howtos/grpc.md b/docs/emissary/2.0/howtos/grpc.md index 3b5c2428d..a213b551c 100644 --- a/docs/emissary/2.0/howtos/grpc.md +++ b/docs/emissary/2.0/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/2.1/howtos/grpc.md b/docs/emissary/2.1/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/2.1/howtos/grpc.md +++ b/docs/emissary/2.1/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/2.2/howtos/grpc.md b/docs/emissary/2.2/howtos/grpc.md index bdf64636f..30007b9f3 100644 --- a/docs/emissary/2.2/howtos/grpc.md +++ b/docs/emissary/2.2/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/2.3/howtos/grpc.md b/docs/emissary/2.3/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/2.3/howtos/grpc.md +++ b/docs/emissary/2.3/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/2.4/howtos/grpc.md b/docs/emissary/2.4/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/2.4/howtos/grpc.md +++ b/docs/emissary/2.4/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/2.5/howtos/grpc.md b/docs/emissary/2.5/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/2.5/howtos/grpc.md +++ b/docs/emissary/2.5/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/3.0/howtos/grpc.md b/docs/emissary/3.0/howtos/grpc.md index e97f2e56b..25829a19d 100644 --- a/docs/emissary/3.0/howtos/grpc.md +++ b/docs/emissary/3.0/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/3.1/howtos/grpc.md b/docs/emissary/3.1/howtos/grpc.md index 7ba77340a..5627b0201 100644 --- a/docs/emissary/3.1/howtos/grpc.md +++ b/docs/emissary/3.1/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/3.2/howtos/grpc.md b/docs/emissary/3.2/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/3.2/howtos/grpc.md +++ b/docs/emissary/3.2/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/3.3/howtos/grpc.md b/docs/emissary/3.3/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/3.3/howtos/grpc.md +++ b/docs/emissary/3.3/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/3.4/howtos/grpc.md b/docs/emissary/3.4/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/3.4/howtos/grpc.md +++ b/docs/emissary/3.4/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/3.5/howtos/grpc.md b/docs/emissary/3.5/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/3.5/howtos/grpc.md +++ b/docs/emissary/3.5/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/3.6/howtos/grpc.md b/docs/emissary/3.6/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/3.6/howtos/grpc.md +++ b/docs/emissary/3.6/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/3.7/howtos/grpc.md b/docs/emissary/3.7/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/3.7/howtos/grpc.md +++ b/docs/emissary/3.7/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/3.8/howtos/grpc.md b/docs/emissary/3.8/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/3.8/howtos/grpc.md +++ b/docs/emissary/3.8/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/latest/howtos/grpc.md b/docs/emissary/latest/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/latest/howtos/grpc.md +++ b/docs/emissary/latest/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes diff --git a/docs/emissary/pre-release/howtos/grpc.md b/docs/emissary/pre-release/howtos/grpc.md index 3967ddf7d..163117ea4 100644 --- a/docs/emissary/pre-release/howtos/grpc.md +++ b/docs/emissary/pre-release/howtos/grpc.md @@ -85,7 +85,7 @@ spec: service: grpc-example ``` -Note the `grpc: true` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. +Note the `grpc: True` line - this is what tells Envoy to use HTTP/2 so the request can communicate with your backend service. Also note that you'll need `prefix` and `rewrite` the same here, since the gRPC service needs the package and service to be in the request to do the right thing. ### Deploying to Kubernetes