From d36df44ad0c6a1a149be13777a49c6a88ce78254 Mon Sep 17 00:00:00 2001 From: JayGhiya Date: Tue, 7 May 2024 11:00:06 +0530 Subject: [PATCH] fix: lower cpu and memory footprint to make it possible to run easily on local cmpute --- charts/vespa/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vespa/values.yaml b/charts/vespa/values.yaml index 93571d8..1049310 100644 --- a/charts/vespa/values.yaml +++ b/charts/vespa/values.yaml @@ -92,8 +92,8 @@ resources: memory: "1000Mi" cpu: "500m" limits: - memory: "4000Mi" - cpu: "1500m" + memory: "1500Mi" + cpu: "1000m" autoscaling: enabled: false