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