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