From 58248897db4988c7be875c744049f5ca5748ab9d Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Thu, 30 Apr 2026 00:19:18 +0200 Subject: [PATCH] fix: lower CPU limit to 200m to fit rolling update within tenant quota --- deploy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/values.yaml b/deploy/values.yaml index b1e913e..880336d 100644 --- a/deploy/values.yaml +++ b/deploy/values.yaml @@ -20,7 +20,7 @@ resources: cpu: 50m memory: 64Mi limits: - cpu: 500m + cpu: 200m memory: 256Mi pvc: