From bd56355889d2971f9e96d89657f96023f57d27ca Mon Sep 17 00:00:00 2001 From: "antonio.torre" Date: Thu, 30 Jan 2025 22:08:01 +0100 Subject: [PATCH] chore: upgrading CPU limits --- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index e646e13..171b3f5 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -13,7 +13,7 @@ microservice-chart: cpu: "100m" limits: memory: "4Gi" - cpu: "500m" + cpu: "1000m" autoscaling: enable: false diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 68f9b7e..51e39c9 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -13,7 +13,7 @@ microservice-chart: cpu: "100m" limits: memory: "4Gi" - cpu: "500m" + cpu: "1000m" autoscaling: enable: false diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index a162055..c11e158 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -13,7 +13,7 @@ microservice-chart: cpu: "100m" limits: memory: "4Gi" - cpu: "500m" + cpu: "1000m" autoscaling: enable: false