From 85393061117938bc4842312d098b9cd18d0358f5 Mon Sep 17 00:00:00 2001 From: Aler Denisov Date: Fri, 10 Nov 2023 10:00:51 +0100 Subject: [PATCH] chore: increase resources --- .helm/templates/100-apps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.helm/templates/100-apps.yaml b/.helm/templates/100-apps.yaml index d457ee8..cad15ed 100644 --- a/.helm/templates/100-apps.yaml +++ b/.helm/templates/100-apps.yaml @@ -43,8 +43,8 @@ spec: optional: false resources: limits: - cpu: 200m - memory: 256Mi + cpu: 4000m + memory: 4096Mi requests: cpu: 200m memory: 256Mi