From 8bc20bcc7afd36fdd641fd1d00d645604927e5ac Mon Sep 17 00:00:00 2001 From: JayGhiya Date: Thu, 14 Mar 2024 18:32:45 +0530 Subject: [PATCH] feat: initial helm chart release --- charts/vespa/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vespa/values.yaml b/charts/vespa/values.yaml index 72e4aa2..df326f2 100644 --- a/charts/vespa/values.yaml +++ b/charts/vespa/values.yaml @@ -90,7 +90,7 @@ ingress: resources: requests: memory: "1000Mi" - cpu: "1000m" + cpu: "500m" limits: memory: "4000Mi" cpu: "2500m"