From bb4b3935d70462479024bd51f999a7ec4353a790 Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Tue, 7 Jan 2025 13:30:46 +0530 Subject: [PATCH] Reduce cpu request for api deployment keep cpu request low to optimize pod scheduling to fully utilize available cpu on k8s nodes --- deploy/helm/ifrcgo-helm/values-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/ifrcgo-helm/values-production.yaml b/deploy/helm/ifrcgo-helm/values-production.yaml index e190c8ef3..480f2105d 100644 --- a/deploy/helm/ifrcgo-helm/values-production.yaml +++ b/deploy/helm/ifrcgo-helm/values-production.yaml @@ -24,7 +24,7 @@ api: replicaCount: 2 resources: requests: - cpu: "2" + cpu: "1" memory: 4Gi limits: cpu: "2"