From 8f306059d8a1908702c9ec1bf04fd7c86f91dc1f Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 8 Mar 2026 19:29:51 +0100 Subject: [PATCH] fix(helm): lower resource limits to fit within tenant-quota (1 CPU) Set web limits to 200m/256Mi to stay within the tenant-1 ResourceQuota of 1 CPU total. --- web/deploy/helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/deploy/helm/values.yaml b/web/deploy/helm/values.yaml index ae9184e..074bcc5 100644 --- a/web/deploy/helm/values.yaml +++ b/web/deploy/helm/values.yaml @@ -29,8 +29,8 @@ resources: cpu: 100m memory: 128Mi limits: - cpu: 500m - memory: 512Mi + cpu: 200m + memory: 256Mi autoscaling: enabled: false