From f664322a8a8a2394e999577b858695101d683f15 Mon Sep 17 00:00:00 2001 From: Priyadarshini Piramanayagam Date: Wed, 29 Jan 2025 11:27:12 +0530 Subject: [PATCH 1/2] reduce cpu for tm, dff cloudsql auth proxy --- getting-started/templates/GCP/gcp-supplemental-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/templates/GCP/gcp-supplemental-values.yaml b/getting-started/templates/GCP/gcp-supplemental-values.yaml index 2c778065..70ef5ce4 100644 --- a/getting-started/templates/GCP/gcp-supplemental-values.yaml +++ b/getting-started/templates/GCP/gcp-supplemental-values.yaml @@ -64,7 +64,7 @@ testmonitorservice: ## The proxy's CPU use scales linearly with the amount of IO between ## the database and the application. Adjust this value based on your ## application's requirements. - cpu: "0.1" + cpu: "0.075" limits: memory: "100Mi" @@ -297,7 +297,7 @@ dynamicformfields: ## The proxy's CPU use scales linearly with the amount of IO between ## the database and the application. Adjust this value based on your ## application's requirements. - cpu: "0.1" + cpu: "0.075" limits: memory: "100Mi" From eafd6972de14cec8068500e2e8932799ef25b5ea Mon Sep 17 00:00:00 2001 From: Priyadarshini Piramanayagam Date: Wed, 29 Jan 2025 12:40:58 +0530 Subject: [PATCH 2/2] change cpu unit --- getting-started/templates/GCP/gcp-supplemental-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getting-started/templates/GCP/gcp-supplemental-values.yaml b/getting-started/templates/GCP/gcp-supplemental-values.yaml index 70ef5ce4..8f76b5b0 100644 --- a/getting-started/templates/GCP/gcp-supplemental-values.yaml +++ b/getting-started/templates/GCP/gcp-supplemental-values.yaml @@ -64,7 +64,7 @@ testmonitorservice: ## The proxy's CPU use scales linearly with the amount of IO between ## the database and the application. Adjust this value based on your ## application's requirements. - cpu: "0.075" + cpu: "75m" limits: memory: "100Mi" @@ -179,7 +179,7 @@ dashboardhost: ## The proxy's CPU use scales linearly with the amount of IO between ## the database and the application. Adjust this value based on your ## application's requirements. - cpu: "0.1" + cpu: "100m" limits: memory: "100Mi" @@ -297,7 +297,7 @@ dynamicformfields: ## The proxy's CPU use scales linearly with the amount of IO between ## the database and the application. Adjust this value based on your ## application's requirements. - cpu: "0.075" + cpu: "75m" limits: memory: "100Mi"