From ad26e28c84e9029619620dcfb3a688b44a979504 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Thu, 20 Jul 2023 18:10:00 +0200 Subject: [PATCH] increate memory limit Signed-off-by: Ivan Milchev --- manifests/overlays/production/manual/deployment.patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/overlays/production/manual/deployment.patch.yaml b/manifests/overlays/production/manual/deployment.patch.yaml index b7ca8d2cb..c437b9d8c 100644 --- a/manifests/overlays/production/manual/deployment.patch.yaml +++ b/manifests/overlays/production/manual/deployment.patch.yaml @@ -15,5 +15,5 @@ spec: - name: frontend resources: limits: - memory: 350Mi + memory: 400Mi cpu: 800m