We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efbe6f commit cf79aeeCopy full SHA for cf79aee
chart/env/prod.yaml
@@ -344,11 +344,11 @@ api:
344
alb.ingress.kubernetes.io/group.name: "datasets-server-internal"
345
resources:
346
requests:
347
- cpu: 4
348
- memory: "14Gi"
+ cpu: "900m"
+ memory: "4Gi"
349
limits:
350
351
+ cpu: "1500m"
+ memory: "6Gi"
352
353
rows:
354
# Number of uvicorn workers for running the application
@@ -513,8 +513,8 @@ workers:
513
targetWorkerSize: "medium"
514
515
516
- cpu: 2
517
+ cpu: "1200m"
+ memory: "10Gi"
518
519
cpu: 2
520
memory: "14Gi"
0 commit comments