We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bad86 commit bfa6050Copy full SHA for bfa6050
endpoints/getting-started/container-engine.yaml
@@ -19,7 +19,7 @@ metadata:
19
spec:
20
ports:
21
- port: 80
22
- targetPort: 8080
+ targetPort: 8081
23
protocol: TCP
24
name: http
25
selector:
@@ -42,15 +42,15 @@ spec:
42
- name: esp
43
image: b.gcr.io/endpoints/endpoints-runtime:0.3
44
args: [
45
- "-p", "8080",
46
- "-a", "127.0.0.1:8081",
+ "-p", "8081",
+ "-a", "127.0.0.1:8080",
47
"-s", "SERVICE_NAME",
48
"-v", "SERVICE_VERSION",
49
]
50
# [END esp]
51
52
- - containerPort: 8080
+ - containerPort: 8081
53
- name: echo
54
- image: b.gcr.io/endpoints/echo:latest
+ image: gcr.io/google-samples/echo-java:1.0
55
56
- - containerPort: 8081
+ - containerPort: 8080
0 commit comments