From 87eae080f7c51c9103046ea9d597e5be3dfd93a4 Mon Sep 17 00:00:00 2001 From: Wei Ma Date: Sat, 4 Feb 2017 09:20:39 +0800 Subject: [PATCH] Add code comment for "replicas" unnecessary code comment been removed. --- docs/tutorials/stateless-application/deployment-scale.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/stateless-application/deployment-scale.yaml b/docs/tutorials/stateless-application/deployment-scale.yaml index 2968b88360a..7259c976036 100644 --- a/docs/tutorials/stateless-application/deployment-scale.yaml +++ b/docs/tutorials/stateless-application/deployment-scale.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: nginx-deployment spec: - replicas: 4 + replicas: 4 # Update the replicas from 2 to 4 template: metadata: labels: @@ -11,6 +11,6 @@ spec: spec: containers: - name: nginx - image: nginx:1.8 # Update the version of nginx from 1.7.9 to 1.8 + image: nginx:1.8 ports: - containerPort: 80