Skip to content

Commit 4fd06e1

Browse files
lookuptableJon Wayne Parrott
authored andcommitted
Change the listening port from 9000 to 80 (#685)
This makes our Quickstarts consistent such that port 80 is used in both examples on GCE and GKE.
1 parent 3b814aa commit 4fd06e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

endpoints/kubernetes/grpc-bookstore.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ metadata:
1919
spec:
2020
ports:
2121
# Port that accepts gRPC and JSON/HTTP2 requests over HTTP.
22-
- port: 9000
22+
- port: 80
23+
targetPort: 9000
2324
protocol: TCP
2425
name: http2
2526
selector:

0 commit comments

Comments
 (0)