From f8a961a657a9b2c1bca94bac2d7da4609f4578ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Nussbaumer?= Date: Tue, 2 Jan 2024 06:55:06 +0100 Subject: [PATCH] fix(k8s): increase max memory limit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit otherwise, the upload bandwidth test fails Signed-off-by: Clément Nussbaumer --- deploy/kubernetes/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes/deployment.yaml b/deploy/kubernetes/deployment.yaml index ae99b40..ab4badd 100644 --- a/deploy/kubernetes/deployment.yaml +++ b/deploy/kubernetes/deployment.yaml @@ -20,7 +20,7 @@ spec: - export resources: limits: - memory: "128Mi" + memory: "512Mi" cpu: "500m" volumeMounts: - name: mktxp-credentials