From 612c950c523adeab2aa9594fa1a4367664a9a530 Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 24 Oct 2025 14:49:55 +0200 Subject: [PATCH] worker debug --- argocd/apps/plane/values-plane.yaml | 33 +++++------------------------ 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index 462cd83..4f570b1 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -57,34 +57,11 @@ spec: # memoryRequest: 1000Mi worker: - resources: - requests: - memory: "2Gi" - cpu: "500m" - limits: - memory: "4Gi" - cpu: "1000m" - # Exec-basierte Probes für Celery Worker - readinessProbe: - exec: - command: - - /bin/sh - - -c - - celery -A plane inspect ping -d celery@$HOSTNAME - initialDelaySeconds: 30 - periodSeconds: 30 - timeoutSeconds: 10 - failureThreshold: 3 - livenessProbe: - exec: - command: - - /bin/sh - - -c - - celery -A plane inspect ping -d celery@$HOSTNAME - initialDelaySeconds: 60 - periodSeconds: 60 - timeoutSeconds: 10 - failureThreshold: 3 + replicas: 1 + memoryLimit: 4Gi + cpuLimit: 5100m + cpuRequest: 500m + memoryRequest: 1Gi minio: local_setup: false