From 62b9f0f4daa45dd6eeb703ad4d57b82f8b1a376e Mon Sep 17 00:00:00 2001 From: "Adam D. Cornett" Date: Thu, 29 Jan 2026 09:13:06 -0700 Subject: [PATCH] increase request/limit memory/cpu to account for additional overhead Signed-off-by: Adam D. Cornett --- config/manager/manager.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index ad0bc56..cab5128 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -61,11 +61,11 @@ spec: periodSeconds: 10 resources: limits: - cpu: 200m - memory: 100Mi + cpu: 500m + memory: 256Mi requests: cpu: 100m - memory: 20Mi + memory: 128Mi volumes: - name: pipeline-clone-volume emptyDir: {}