Update node-hello image to Google's newer image

pull/46553/head
Robert Cronin 2024-05-28 09:50:19 +10:00
parent 44fdf33479
commit fa033cd15f
No known key found for this signature in database
GPG Key ID: A228985D4ABDC074
2 changed files with 4 additions and 2 deletions

View File

@ -128,7 +128,9 @@ Here is the configuration file for the application Deployment:
response to a successful request is a hello message:
```none
Hello Kubernetes!
Hello, world!
Version: 2.0.0
Hostname: hello-world-cdd4458f4-m47c8
```
## Using a service configuration file

View File

@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: hello-world
image: gcr.io/google-samples/node-hello:1.0
image: us-docker.pkg.dev/google-samples/containers/gke/hello-app:2.0
ports:
- containerPort: 8080
protocol: TCP