Skip to content

Commit

Permalink
Change the listening port from 9000 to 80 (#685)
Browse files Browse the repository at this point in the history
This makes our Quickstarts consistent such that port 80 is used in both
examples on GCE and GKE.
  • Loading branch information
lookuptable authored and Jon Wayne Parrott committed Nov 28, 2016
1 parent 3b814aa commit 4fd06e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion endpoints/kubernetes/grpc-bookstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4fd06e1

Please sign in to comment.