From af3d054c4efef8b921c63a9f9630db4a2ea5fcdf Mon Sep 17 00:00:00 2001 From: "Mehdi.Zare" Date: Thu, 14 Nov 2024 11:49:35 +0100 Subject: [PATCH] Minne --- .nais/app.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.nais/app.yaml b/.nais/app.yaml index b7d96ae..45c0420 100644 --- a/.nais/app.yaml +++ b/.nais/app.yaml @@ -17,5 +17,7 @@ spec: min: 1 resources: requests: - cpu: "50m" - memory: "32Mi" \ No newline at end of file + cpu: "250m" + memory: "768Mi" + limits: + memory: "1024Mi" \ No newline at end of file