Skip to content

Commit

Permalink
Fix small typo in GRPC README (kubernetes#8639)
Browse files Browse the repository at this point in the history
  • Loading branch information
poblahblahblah authored and rchshld committed May 17, 2023
1 parent e043a4b commit 402b907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This example demonstrates how to route traffic to a gRPC service through the Ing

### Step 3: Create the Kubernetes `Ingress` resource for the gRPC app

- Use the following example manifest of a ingress resource to create a ingress for your grpc app. If required, edit it to match your app's details like name, namespace, service, secret etc. Make sure you have the required SSL-Certificate, existing in your Kubernetes cluster in the same namespace where the gRPC app is. The certificate must be available as a kubernetes secret resource, of type "kubernete.io/tls" https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets. This is because we are terminating TLS on the ingress.
- Use the following example manifest of a ingress resource to create a ingress for your grpc app. If required, edit it to match your app's details like name, namespace, service, secret etc. Make sure you have the required SSL-Certificate, existing in your Kubernetes cluster in the same namespace where the gRPC app is. The certificate must be available as a kubernetes secret resource, of type "kubernetes.io/tls" https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets. This is because we are terminating TLS on the ingress.

```
cat <<EOF | kubectl apply -f -
Expand Down

0 comments on commit 402b907

Please sign in to comment.