Skip to content

Commit 45372f9

Browse files
committed
[ru] Replaced unavailable image
1 parent 6b183db commit 45372f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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"

content/ru/examples/application/guestbook/redis-follower-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
spec:
2222
containers:
2323
- name: follower
24-
image: gcr.io/google_samples/gb-redis-follower:v2
24+
image: us-docker.pkg.dev/google-samples/containers/gke/gb-redis-follower:v2
2525
resources:
2626
requests:
2727
cpu: 100m

0 commit comments

Comments
 (0)