From 8aa41ae7cd412e10512d314447639bf85e988e40 Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 24 Oct 2025 11:45:43 +0200 Subject: [PATCH] worker replicas 3 memory 4096 Mi und 8192 Mi --- argocd/apps/plane/values-plane.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index 5510a34..2f80a5c 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -77,15 +77,15 @@ spec: CELERY_WORKER_LOG_LEVEL: "WARNING" worker: - replicas: 1 + replicas: 3 concurrency: 1 resources: requests: - memory: "2Gi" + memory: "4096Mi" cpu: "500m" limits: - memory: "6Gi" + memory: "8192Mi" cpu: "1500m" # Health Checks komplett deaktiviert für Debugging