diff --git a/endpoints/getting-started/deployment.yaml b/endpoints/getting-started/deployment.yaml index 06e8d4aaba..8bff0fa21f 100644 --- a/endpoints/getting-started/deployment.yaml +++ b/endpoints/getting-started/deployment.yaml @@ -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_VERSION", + "--http_port", "8081", + "--backend", "127.0.0.1:8080", + "--service", "SERVICE_NAME", + "--version", "SERVICE_VERSION", ] # [END esp] ports: