From 105f1cbbc539ba83d5321e7041687ccb13f3e9c7 Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 24 Oct 2025 14:38:26 +0200 Subject: [PATCH] worker debug --- 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 72facbb..462cd83 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -59,10 +59,10 @@ spec: worker: resources: requests: - memory: "256Mi" - cpu: "100m" + memory: "2Gi" + cpu: "500m" limits: - memory: "1Gi" + memory: "4Gi" cpu: "1000m" # Exec-basierte Probes für Celery Worker readinessProbe: @@ -85,7 +85,7 @@ spec: periodSeconds: 60 timeoutSeconds: 10 failureThreshold: 3 - + minio: local_setup: false