Skip to content

Commit

Permalink
Use long options for ESP config (#956)
Browse files Browse the repository at this point in the history
For better readability, let's use the long options for the ESP config. Here's the doc: https://cloud.google.com/endpoints/docs/openapi/specify-proxy-startup-options
  • Loading branch information
navinger authored and lesv committed Dec 15, 2017
1 parent 40c51ed commit a62d3ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions endpoints/getting-started/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ spec:
- name: esp
image: gcr.io/endpoints-release/endpoints-runtime:1
args: [
"-p", "8081",
"-a", "127.0.0.1:8080",
"-s", "SERVICE_NAME",
"-v", "SERVICE_CONFIG_ID",
"--http_port", "8081",
"--backend", "127.0.0.1:8080",
"--service", "SERVICE_NAME",
"--version", "SERVICE_CONFIG_ID",
]
# [END esp]
ports:
Expand Down

0 comments on commit a62d3ea

Please sign in to comment.