Skip to content

Commit a8cc9a6

Browse files
navingerAce Nassri
authored and
Ace Nassri
committed
Use long options for the ESP config (#538)
* Use long options for the ESP config For better readability, let's use the long name options for the ESP config. * Use long options needed http_port * Use long options For readability, let's use the long options.
1 parent 75abbbc commit a8cc9a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

endpoints/getting-started/deployment.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ spec:
4242
- name: esp
4343
image: gcr.io/endpoints-release/endpoints-runtime:1
4444
args: [
45-
"-p", "8081",
46-
"-a", "127.0.0.1:8080",
47-
"-s", "SERVICE_NAME",
48-
"-v", "SERVICE_VERSION",
45+
"--http_port", "8081",
46+
"--backend", "127.0.0.1:8080",
47+
"--service", "SERVICE_NAME",
48+
"--version", "SERVICE_VERSION",
4949
]
5050
# [END esp]
5151
ports:

0 commit comments

Comments
 (0)