Merge pull request #46645 from robert-cronin/fix/update-node-hello-image-fr
Update node-hello image to Google's newer imagepull/46655/head
commit
24494dcdc1
|
@ -129,7 +129,9 @@ Voici le fichier de configuration pour le déploiement de l'application :
|
|||
réponse à une requête réussie est un message de bienvenue :
|
||||
|
||||
```none
|
||||
Hello Kubernetes!
|
||||
Hello, world!
|
||||
Version: 2.0.0
|
||||
Hostname: hello-world-2895499144-bsbk5
|
||||
```
|
||||
|
||||
## Utilisation d'un fichier de configuration de service
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue