From ce0577f750de20d3800947075c6791eec3451fdb Mon Sep 17 00:00:00 2001 From: Miguel Sanchez Date: Sat, 2 Oct 2021 00:31:46 +0200 Subject: [PATCH 1/5] 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 70f4d08854d330fc7b72412d1ed3dfe16ca5dbfc Mon Sep 17 00:00:00 2001 From: Miguel Sanchez Date: Sat, 2 Oct 2021 00:42:57 +0200 Subject: [PATCH 2/5] 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 956af43..8a0975e 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 e4fbd91091aefa2b628c8eeaf9dac632d55ca25c Mon Sep 17 00:00:00 2001 From: Miguel Sanchez Date: Sat, 2 Oct 2021 01:04:59 +0200 Subject: [PATCH 3/5] 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 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 From 6f0d0a8d3ca9020114c60dfe7927b8b975cb6a6d Mon Sep 17 00:00:00 2001 From: Miguel Sanchez Date: Sat, 2 Oct 2021 01:09:27 +0200 Subject: [PATCH 4/5] 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 5c68e21..d26e761 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: 2 +replicaCount: 9 image: repository: gcr.io/heptio-images/ks-guestbook-demo From e201d68af7a1c5d6cec7d3bb9be4e618ed72bcd5 Mon Sep 17 00:00:00 2001 From: Miguel Sanchez Date: Sat, 2 Oct 2021 01:12:09 +0200 Subject: [PATCH 5/5] 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 d26e761..3666712 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: 9 +replicaCount: 1 image: repository: gcr.io/heptio-images/ks-guestbook-demo