From 42d211fe501db1a622261533363a87aa80ff1086 Mon Sep 17 00:00:00 2001 From: Louis He <31337851+hejianlai@users.noreply.github.com> Date: Thu, 21 Jan 2021 17:58:08 +0800 Subject: [PATCH 1/7] update update --- 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 fa8b386f472fd3fa2fdb95c8bef219c13f9d179f Mon Sep 17 00:00:00 2001 From: Louis He <31337851+hejianlai@users.noreply.github.com> Date: Thu, 21 Jan 2021 18:06:13 +0800 Subject: [PATCH 2/7] update update --- 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..195c8cd 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: 3 image: repository: gcr.io/heptio-images/ks-guestbook-demo From 452778e7b91c945a0c7598ad6638d6fba63b7824 Mon Sep 17 00:00:00 2001 From: Louis He <31337851+hejianlai@users.noreply.github.com> Date: Fri, 29 Jan 2021 13:50:46 +0800 Subject: [PATCH 3/7] add replicacount add replicacount --- 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 195c8cd..2bccb8d 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: 3 +replicaCount: 5 image: repository: gcr.io/heptio-images/ks-guestbook-demo From 3ec88c2dc82e654dd76a0e34d65d339d5d6da0e7 Mon Sep 17 00:00:00 2001 From: Louis He <31337851+hejianlai@users.noreply.github.com> Date: Fri, 29 Jan 2021 14:01:11 +0800 Subject: [PATCH 4/7] update update --- 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 2bccb8d..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: 5 +replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo From c1d0953c12eecad455a1004a043317dbb50e02f9 Mon Sep 17 00:00:00 2001 From: Louis He <31337851+hejianlai@users.noreply.github.com> Date: Wed, 3 Feb 2021 18:45:25 +0800 Subject: [PATCH 5/7] 1 1 --- 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..901e781 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: 4 image: repository: gcr.io/heptio-images/ks-guestbook-demo From aeb832b75fc4fc8859908ca867e54207eb2991ae Mon Sep 17 00:00:00 2001 From: Louis He <31337851+hejianlai@users.noreply.github.com> Date: Thu, 11 Mar 2021 11:15:28 +0800 Subject: [PATCH 6/7] 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 901e781..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: 4 +replicaCount: 2 image: repository: gcr.io/heptio-images/ks-guestbook-demo From eaf31fe75e92180262886ef1a614fb0d718d55fa Mon Sep 17 00:00:00 2001 From: JackHe <31337851+hejianlai@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:12:30 +0800 Subject: [PATCH 7/7] Update manifests.yaml --- helm-hooks/manifests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-hooks/manifests.yaml b/helm-hooks/manifests.yaml index dcd852d..c2ede48 100644 --- a/helm-hooks/manifests.yaml +++ b/helm-hooks/manifests.yaml @@ -38,7 +38,7 @@ kind: ReplicaSet metadata: name: frontend spec: - replicas: 1 + replicas: 2 selector: matchLabels: tier: frontend