Skip to content

Commit

Permalink
Update frontend-deployment.yaml
Browse files Browse the repository at this point in the history
Update the image based on new instructions from google
https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook
  • Loading branch information
davidbrowning authored Dec 12, 2023
1 parent 7045735 commit c194afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: php-redis
image: gcr.io/google-samples/gb-frontend:v5
image: us-docker.pkg.dev/google-samples/containers/gke/gb-frontend:v5
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit c194afa

Please sign in to comment.