Update frontend-deployment.yaml

Update the image based on new instructions from google
https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook
This commit is contained in:
David Browning
2023-12-12 09:10:48 -05:00
committed by Corentin Néau
parent 704573591a
commit 1013d7fcbb

View File

@@ -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