From d010f282fe55ea45115070b7d9974f64b9974d0f Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 21 Oct 2025 16:30:36 +0200 Subject: [PATCH] new worker limits --- argocd/apps/plane/values-plane.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index c947165..0bfd35b 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -33,10 +33,10 @@ spec: existingConfigSecret: "admin-s3-secret" worker: - memoryLimit:: 8Gi - cpuLimit: 1000m - cpuRequest: 500m - memoryRequest: 4Gi + memoryLimit:: 16Gi + cpuLimit: 5000m + cpuRequest: 1000m + memoryRequest: 8Gi ingress: enabled: true