plane worker debug
This commit is contained in:
@@ -57,10 +57,25 @@ 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
|
||||||
memoryLimit: 4Gi
|
concurrency: 1
|
||||||
memoryRequest: 2Gi
|
env:
|
||||||
|
WORKER_MAX_TASKS_PER_CHILD: "10"
|
||||||
|
CELERYD_MAX_TASKS_PER_CHILD: "10"
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "4Gi"
|
||||||
|
cpu: "500m"
|
||||||
|
limits:
|
||||||
|
memory: "10Gi"
|
||||||
|
cpu: "1500m"
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
|
|||||||
Reference in New Issue
Block a user