plane worker debug

This commit is contained in:
titver968
2025-10-24 13:45:53 +02:00
parent eb57f20d66
commit 60f26913d4

View File

@@ -4,27 +4,6 @@ metadata:
name: plane name: plane
finalizers: finalizers:
- resources-finalizer.argocd.argoproj.io - 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 project: default
source: source:
repoURL: 'https://helm.plane.so/' repoURL: 'https://helm.plane.so/'
@@ -57,25 +36,13 @@ spec:
aws_region: "eu-central-1" aws_region: "eu-central-1"
aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de" aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de"
#worker:
# replicas: 2
# memoryLimit: 10Gi
# cpuLimit: 1500m
# memoryRequest: 4Gi
# cpuRequest: 500m
worker: worker:
replicas: 2 replicas: 2
concurrency: 1 memoryLimit: 10Gi
env: cpuLimit: 1500m
WORKER_MAX_TASKS_PER_CHILD: "10" memoryRequest: 4Gi
CELERYD_MAX_TASKS_PER_CHILD: "10" cpuRequest: 500m
resources:
requests:
memory: "4Gi"
cpu: "500m"
limits:
memory: "10Gi"
cpu: "1500m"
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'