From 7590445af0e0dea7178c9ff016f15547bed6bc35 Mon Sep 17 00:00:00 2001 From: Jake Low Date: Thu, 2 Jan 2025 16:58:50 -0800 Subject: [PATCH] Give gunicorn more CPU/RAM; reduce to a single replica (#51) --- helm/osmcha/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/osmcha/values.yaml b/helm/osmcha/values.yaml index d8c6ff5..c74077c 100644 --- a/helm/osmcha/values.yaml +++ b/helm/osmcha/values.yaml @@ -11,7 +11,7 @@ secrets: osmcha_admin_token: app: - replicas: 3 + replicas: 1 host: osmcha.org api: @@ -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