From c9e9733e1fa6632e5daac14f0f04aef6cdb8ca3c Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 24 Oct 2025 13:03:49 +0200 Subject: [PATCH] worker configured like standard values --- argocd/apps/plane/values-plane.yaml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index b41e945..2fe17fd 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -58,16 +58,11 @@ spec: aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de" worker: - replicas: 2 - concurrency: 1 - - resources: - requests: - memory: "4Gi" - cpu: "500m" - limits: - memory: "8Gi" - cpu: "1500m" + replicas: 1 + memoryLimit: 4Gi + cpuLimit: 2000m + memoryRequest: 2Gi + cpuRequest: 1000m destination: server: 'https://kubernetes.default.svc'