From cfb95c8b4d7bce5453f57e6eca32826ea6d63949 Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 24 Oct 2025 15:09:37 +0200 Subject: [PATCH] worker debug --- argocd/apps/plane/values-plane.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index a6208fa..7ce2601 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -57,11 +57,14 @@ spec: # memoryRequest: 1000Mi worker: + env: + - name: CELERYD_CONCURRENCY + value: "10" replicas: 1 - memoryLimit: 4Gi + memoryLimit: 8Gi cpuLimit: 1500m cpuRequest: 500m - memoryRequest: 1Gi + memoryRequest: 6Gi minio: local_setup: false