Skip to content

Commit 556e037

Browse files
committed
chore(helm): Increase API replicas and raise worker memory request
1 parent 77852ef commit 556e037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm/openneuro/values-production.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ certifcateArn: "arn:aws:acm:us-west-2:488777458602:certificate/d37b43e0-9af3-423
2323
dataladWorkers: 4
2424

2525
# OpenNeuro-server API parallelism
26-
apiReplicas: 3
26+
apiReplicas: 5
2727

2828
# Static service parallelism
2929
webReplicas: 3
@@ -39,8 +39,8 @@ apiCpuRequests: 3
3939
apiMemoryRequests: 2Gi
4040

4141
# Worker resource configuration
42-
workerCpuRequests: 2
43-
workerMemoryRequests: 4Gi
42+
workerCpuRequests: 4
43+
workerMemoryRequests: 8Gi
4444

4545
# Nginx resource configuration
4646
webCpuRequests: 0.25

0 commit comments

Comments
 (0)