From e005a9d12358957074e722bfa38d6e7dd5883eff Mon Sep 17 00:00:00 2001 From: timbastin Date: Thu, 8 Aug 2024 14:11:57 +0200 Subject: [PATCH] increases memory limit --- charts/devguard/templates/devguard/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/devguard/templates/devguard/deployment.yaml b/charts/devguard/templates/devguard/deployment.yaml index 20c646b..bfaf947 100644 --- a/charts/devguard/templates/devguard/deployment.yaml +++ b/charts/devguard/templates/devguard/deployment.yaml @@ -91,10 +91,10 @@ spec: resources: limits: cpu: 4 - memory: 1024Mi + memory: 2048Mi requests: cpu: 100m - memory: 128Mi + memory: 1024Mi volumeMounts: - mountPath: /github-app-private-key name: github-app-private-key