We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757b290 commit d239656Copy full SHA for d239656
1 file changed
endpoints/getting-started/deployment.yaml
@@ -39,7 +39,6 @@ spec:
39
spec:
40
containers:
41
# [START endpoints_esp_yaml_java]
42
- # [START esp]
43
- name: esp
44
image: gcr.io/endpoints-release/endpoints-runtime:1
45
args: [
@@ -48,7 +47,6 @@ spec:
48
47
"--service=SERVICE_NAME",
49
"--rollout_strategy=managed",
50
]
51
- # [END esp]
52
# [END endpoints_esp_yaml_java]
53
ports:
54
- containerPort: 8081
0 commit comments