Skip to content

Commit 1d8c870

Browse files
committed
Replaced unavailable image for guestbook tutorial for issues #44190 #44415 #44224 #44277
1 parent 6424394 commit 1d8c870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/examples/application/guestbook/frontend-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: php-redis
20-
image: gcr.io/google_samples/gb-frontend:v5
20+
image: us-docker.pkg.dev/google-samples/containers/gke/gb-frontend:v5
2121
env:
2222
- name: GET_HOSTS_FROM
2323
value: "dns"
@@ -26,4 +26,4 @@ spec:
2626
cpu: 100m
2727
memory: 100Mi
2828
ports:
29-
- containerPort: 80
29+
- containerPort: 80

0 commit comments

Comments
 (0)