Update frontend.yaml
This commit is contained in:
parent
ba73d898df
commit
436e53834c
|
|
@ -3,7 +3,7 @@ kind: ReplicaSet
|
||||||
metadata:
|
metadata:
|
||||||
name: frontend
|
name: frontend
|
||||||
labels:
|
labels:
|
||||||
app: nginx
|
app: guestbook
|
||||||
tier: frontend
|
tier: frontend
|
||||||
spec:
|
spec:
|
||||||
# modify replicas according to your case
|
# modify replicas according to your case
|
||||||
|
|
@ -17,5 +17,5 @@ spec:
|
||||||
tier: frontend
|
tier: frontend
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nginx
|
- name: php-redis
|
||||||
image: nginx:1.14.2
|
image: us-docker.pkg.dev/google-samples/containers/gke/gb-frontend:v5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue