From 77f4eed4050c6f3fcc5a38bd04ab61ce8a14a30c Mon Sep 17 00:00:00 2001 From: kaushal78038 Date: Thu, 11 Apr 2024 20:09:17 +0530 Subject: [PATCH 1/3] Update guestbook-ui-deployment.yaml --- guestbook/guestbook-ui-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestbook/guestbook-ui-deployment.yaml b/guestbook/guestbook-ui-deployment.yaml index 8a0975e..956af43 100644 --- a/guestbook/guestbook-ui-deployment.yaml +++ b/guestbook/guestbook-ui-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: guestbook-ui spec: - replicas: 1 + replicas: 2 revisionHistoryLimit: 3 selector: matchLabels: From 72d4402987e2fb021f70d0aac8d141f35ce003ee Mon Sep 17 00:00:00 2001 From: kaushal78038 Date: Thu, 11 Apr 2024 21:14:03 +0530 Subject: [PATCH 2/3] Update values.yaml --- helm-guestbook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 642921f..2c4356c 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 1 +replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo From ddc5ec394824938413ebb64d0fa0fb9fca40e9d9 Mon Sep 17 00:00:00 2001 From: kaushal78038 Date: Thu, 11 Apr 2024 21:17:12 +0530 Subject: [PATCH 3/3] Update values.yaml --- helm-guestbook/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 2c4356c..71a8f6f 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -1,8 +1,8 @@ -# Default values for helm-guestbook. +1# Default values for helm-guestbook. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: repository: gcr.io/heptio-images/ks-guestbook-demo