From 60f26913d48ba4e267ab7d06671114a112e736eb Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 24 Oct 2025 13:45:53 +0200 Subject: [PATCH] plane worker debug --- argocd/apps/plane/values-plane.yaml | 43 ++++------------------------- 1 file changed, 5 insertions(+), 38 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index a235a40..a6782b2 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -4,27 +4,6 @@ metadata: name: plane finalizers: - resources-finalizer.argocd.argoproj.io -spec: - ignoreDifferences: - - group: "" - kind: PersistentVolumeClaim - jsonPointers: - - /metadata/creationTimestamp - - /status - - - group: apps - kind: StatefulSet - jsonPointers: - - /spec/volumeClaimTemplates - - /status - - /spec/replicas - - - group: apps - kind: Deployment - name: plane-worker-wl - jsonPointers: - - /status - project: default source: repoURL: 'https://helm.plane.so/' @@ -57,25 +36,13 @@ spec: aws_region: "eu-central-1" aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de" - #worker: - # replicas: 2 - # memoryLimit: 10Gi - # cpuLimit: 1500m - # memoryRequest: 4Gi - # cpuRequest: 500m worker: replicas: 2 - concurrency: 1 - env: - WORKER_MAX_TASKS_PER_CHILD: "10" - CELERYD_MAX_TASKS_PER_CHILD: "10" - resources: - requests: - memory: "4Gi" - cpu: "500m" - limits: - memory: "10Gi" - cpu: "1500m" + memoryLimit: 10Gi + cpuLimit: 1500m + memoryRequest: 4Gi + cpuRequest: 500m + destination: server: 'https://kubernetes.default.svc'