From f3dfd39b8427e11c3077b93918084b545ec774bd Mon Sep 17 00:00:00 2001 From: git_admin Date: Sun, 3 May 2026 09:42:29 +0000 Subject: [PATCH] =?UTF-8?q?chart(admin-platform-v3):=20bump=20tower-backen?= =?UTF-8?q?d=20memory=20256Mi=E2=86=921Gi=20(#362)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index ef8b4ad..9ade0f3 100644 --- a/values.yaml +++ b/values.yaml @@ -17,10 +17,10 @@ backend: resources: requests: cpu: 50m - memory: 64Mi + memory: 128Mi limits: cpu: "1" - memory: 256Mi + memory: 1Gi persistence: enabled: true size: 1Gi @@ -40,7 +40,7 @@ frontend: memory: 16Mi limits: cpu: 250m - memory: 64Mi + memory: 128Mi # Tower needs to talk to: # - Gitea (create tenant repos, commit values.yaml)