Skip to content

Commit 0ce9c35

Browse files
Update frontend.yaml
1 parent 14755da commit 0ce9c35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/examples/controllers/frontend.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: ReplicaSet
33
metadata:
44
name: frontend
55
labels:
6-
app: guestbook
6+
app: nginx
77
tier: frontend
88
spec:
99
# modify replicas according to your case
@@ -17,5 +17,5 @@ spec:
1717
tier: frontend
1818
spec:
1919
containers:
20-
- name: php-redis
21-
image: gcr.io/google_samples/gb-frontend:v3
20+
- name: nginx
21+
image: nginx

0 commit comments

Comments
 (0)