Update frontend.yaml

This commit is contained in:
Charles Uneze 2024-02-28 23:34:08 +01:00 committed by GitHub
parent 14755dac0d
commit 0ce9c35100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ kind: ReplicaSet
metadata:
name: frontend
labels:
app: guestbook
app: nginx
tier: frontend
spec:
# modify replicas according to your case
@ -17,5 +17,5 @@ spec:
tier: frontend
spec:
containers:
- name: php-redis
image: gcr.io/google_samples/gb-frontend:v3
- name: nginx
image: nginx