From 7817e90e2f39af01b14a1705373d236237e5db42 Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Sun, 22 Jul 2018 23:12:17 +0800 Subject: [PATCH] fix replicaset example (#9603) --- content/en/examples/controllers/frontend.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/examples/controllers/frontend.yaml b/content/en/examples/controllers/frontend.yaml index b2e8f2adc86af..f9dba82b7ef23 100644 --- a/content/en/examples/controllers/frontend.yaml +++ b/content/en/examples/controllers/frontend.yaml @@ -6,8 +6,7 @@ metadata: app: guestbook tier: frontend spec: - # this replicas value is default - # modify it according to your case + # modify replicas according to your case replicas: 3 selector: matchLabels: