diff --git a/content/en/examples/controllers/frontend.yaml b/content/en/examples/controllers/frontend.yaml index b9f31044ec..64a7e39e56 100644 --- a/content/en/examples/controllers/frontend.yaml +++ b/content/en/examples/controllers/frontend.yaml @@ -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