worker configured like standard values

This commit is contained in:
titver968
2025-10-24 13:03:49 +02:00
parent 4575ec9d3f
commit c9e9733e1f

View File

@@ -58,16 +58,11 @@ spec:
aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de" aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de"
worker: worker:
replicas: 2 replicas: 1
concurrency: 1 memoryLimit: 4Gi
cpuLimit: 2000m
resources: memoryRequest: 2Gi
requests: cpuRequest: 1000m
memory: "4Gi"
cpu: "500m"
limits:
memory: "8Gi"
cpu: "1500m"
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'