From f965e59bc236dd46a8f8ec923e46ae0b00021e29 Mon Sep 17 00:00:00 2001 From: Yang Guan Date: Mon, 28 Nov 2016 10:20:08 -0800 Subject: [PATCH] Change the listening port from 9000 to 80 This makes our Quickstarts consistent such that port 80 is used in both examples on GCE and GKE. --- endpoints/kubernetes/grpc-bookstore.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/endpoints/kubernetes/grpc-bookstore.yaml b/endpoints/kubernetes/grpc-bookstore.yaml index f1582e0304e..007b44b9a6e 100644 --- a/endpoints/kubernetes/grpc-bookstore.yaml +++ b/endpoints/kubernetes/grpc-bookstore.yaml @@ -19,7 +19,8 @@ metadata: spec: ports: # Port that accepts gRPC and JSON/HTTP2 requests over HTTP. - - port: 9000 + - port: 80 + targetPort: 9000 protocol: TCP name: http2 selector: