From aa2af1fad6cc10ff05d21cab3d756a46acc131b7 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Thu, 4 Apr 2024 10:52:40 +0200 Subject: [PATCH] chore(helm): increase resource limits --- charts/dim/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/dim/values.yaml b/charts/dim/values.yaml index 2610a01..e0e4ba8 100644 --- a/charts/dim/values.yaml +++ b/charts/dim/values.yaml @@ -26,10 +26,10 @@ dim: resources: requests: cpu: 15m - memory: 200M + memory: 300M limits: cpu: 45m - memory: 200M + memory: 300M healthChecks: startup: path: "/health/startup" @@ -54,10 +54,10 @@ migrations: resources: requests: cpu: 15m - memory: 105M + memory: 200M limits: cpu: 45m - memory: 105M + memory: 200M seeding: testDataEnvironments: "" testDataPaths: "Seeder/Data" @@ -74,10 +74,10 @@ processesworker: resources: requests: cpu: 15m - memory: 105M + memory: 300M limits: cpu: 45m - memory: 105M + memory: 300M dim: adminMail: "mail@example.org" clientIdCisCentral: ""