From 0d511d28f31d8da9f51bd87df6ae40fbfb727afe Mon Sep 17 00:00:00 2001 From: "vaseem.mohammed" Date: Fri, 1 Jul 2022 11:06:02 +0100 Subject: [PATCH] Updated the Replica Count to 2 --- 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 3666712..5c68e21 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