Skip to content

Commit 12d8081

Browse files
authored
Merge pull request #46553 from robert-cronin/main
Update node-hello image to Google's newer image
2 parents a5d25f8 + fa033cd commit 12d8081

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/en/docs/tasks/access-application-cluster/service-access-application-cluster.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ Here is the configuration file for the application Deployment:
128128
response to a successful request is a hello message:
129129

130130
```none
131-
Hello Kubernetes!
131+
Hello, world!
132+
Version: 2.0.0
133+
Hostname: hello-world-cdd4458f4-m47c8
132134
```
133135

134136
## Using a service configuration file

content/en/examples/service/access/hello-application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: hello-world
17-
image: gcr.io/google-samples/node-hello:1.0
17+
image: us-docker.pkg.dev/google-samples/containers/gke/hello-app:2.0
1818
ports:
1919
- containerPort: 8080
2020
protocol: TCP

0 commit comments

Comments
 (0)