From d004960f090bbf50c0a525f034769d71ee94f05b Mon Sep 17 00:00:00 2001 From: Usama Shaikh Date: Sun, 31 Aug 2025 18:08:33 +0530 Subject: [PATCH 1/4] Updated guestbook.yaml with new configuration replica 2 --- 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 38760ff641..6178074016 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 1aafafae0aa55a325ef4916c78a6419fc13f9fd5 Mon Sep 17 00:00:00 2001 From: Usama Shaikh Date: Sun, 31 Aug 2025 19:01:23 +0530 Subject: [PATCH 2/4] heml replica count4 --- 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 d247b389c4..d7a7a4b59b 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: 4 image: repository: gcr.io/google-samples/gb-frontend From 607b277bf89ce473e8e798764a832b32b342a100 Mon Sep 17 00:00:00 2001 From: Usama Shaikh Date: Mon, 1 Sep 2025 22:20:35 +0530 Subject: [PATCH 3/4] again replica 1 in deployment --- 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 6178074016..38760ff641 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: 2 + replicas: 1 revisionHistoryLimit: 3 selector: matchLabels: From 07b536c53b900ecdb24cbff85206eb5e05512014 Mon Sep 17 00:00:00 2001 From: Usamashaikh56 Date: Mon, 1 Sep 2025 22:38:01 +0530 Subject: [PATCH 4/4] new commit for personal user test --- 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 38760ff641..70f2577f9a 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: 3 revisionHistoryLimit: 3 selector: matchLabels: