Skip to content

Commit

Permalink
increase resources for API service
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Apr 10, 2024
1 parent c45544a commit 048d6bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,17 +347,17 @@ api:
# https://docs.gunicorn.org/en/stable/design.html#how-many-workers
uvicornNumWorkers: "9"
nodeSelector:
role-datasets-server: "true"
replicas: 8
role-datasets-server-api: "true"
replicas: 12
service:
type: NodePort
resources:
requests:
cpu: 1
memory: "8Gi"
cpu: 4
memory: "14Gi"
limits:
cpu: 4
memory: "8Gi"
memory: "14Gi"

rows:
# Number of uvicorn workers for running the application
Expand Down

0 comments on commit 048d6bb

Please sign in to comment.