Skip to content

Commit

Permalink
Give gunicorn more CPU/RAM; reduce to a single replica (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low authored Jan 3, 2025
1 parent 0fb2873 commit 7590445
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/osmcha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ secrets:
osmcha_admin_token:

app:
replicas: 3
replicas: 1
host: osmcha.org

api:
Expand All @@ -20,11 +20,11 @@ app:
tag: v4.26.0
resources:
requests:
memory: "2G"
cpu: "1"
limits:
memory: "4G"
cpu: "2"
limits:
memory: "8G"
cpu: "4"
postgres_host: osmcha-database.cz9ktd5n6tn5.us-east-1.rds.amazonaws.com
postgres_user: postgres
postgres_database: osmcha
Expand Down

0 comments on commit 7590445

Please sign in to comment.