From bebb4e99007dfe852da54f0c0d7711bc32ba0d8f Mon Sep 17 00:00:00 2001 From: emelinda Date: Fri, 28 Aug 2026 11:58:36 +0500 Subject: [PATCH] Adjust resource limits and requests in `backend.yaml` to increase CPU allocations. --- apps/inspections/wb/backend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/inspections/wb/backend.yaml b/apps/inspections/wb/backend.yaml index dda9626..d05e4ee 100644 --- a/apps/inspections/wb/backend.yaml +++ b/apps/inspections/wb/backend.yaml @@ -55,12 +55,12 @@ spec: resources: limits: cpu: - _default: 20m + _default: 200m memory: _default: 523Mi requests: cpu: - _default: 10m + _default: 100m memory: _default: 418Mi