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