From 3d7803157a033cf1719004fab81c214950a53d4c Mon Sep 17 00:00:00 2001 From: Amy Unruh Date: Thu, 3 Dec 2015 15:53:33 -0800 Subject: [PATCH] config best practices doc edits --- guestbook/frontend-controller.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guestbook/frontend-controller.yaml b/guestbook/frontend-controller.yaml index 2eb08ce0..79d02d3e 100644 --- a/guestbook/frontend-controller.yaml +++ b/guestbook/frontend-controller.yaml @@ -4,9 +4,9 @@ metadata: name: frontend # these labels can be applied automatically # from the labels in the pod template if not set - labels: - app: guestbook - tier: frontend + # labels: + # app: guestbook + # tier: frontend spec: # this replicas value is default # modify it according to your case