From 93a3bdb33443ebc0e8635b5582576288193d7ad4 Mon Sep 17 00:00:00 2001 From: Robert Cronin Date: Tue, 4 Jun 2024 09:59:47 +1000 Subject: [PATCH] Update node-hello image to Google's newer image --- .../service-access-application-cluster.md | 4 +++- content/fr/examples/service/access/hello-application.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/fr/docs/tasks/access-application-cluster/service-access-application-cluster.md b/content/fr/docs/tasks/access-application-cluster/service-access-application-cluster.md index b24d0b1da6..2a7108fc4c 100644 --- a/content/fr/docs/tasks/access-application-cluster/service-access-application-cluster.md +++ b/content/fr/docs/tasks/access-application-cluster/service-access-application-cluster.md @@ -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 diff --git a/content/fr/examples/service/access/hello-application.yaml b/content/fr/examples/service/access/hello-application.yaml index 1cf41313c5..24270db9c9 100644 --- a/content/fr/examples/service/access/hello-application.yaml +++ b/content/fr/examples/service/access/hello-application.yaml @@ -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