From 01993d98fe61a7dc796acefb25ce8f8edea5099a Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 13 Aug 2025 09:47:49 -0400 Subject: [PATCH] Increase our disk quota in Cloud.gov This changeset increases our allocated disk quota for the API to be 2G instead of 1G to ensure the app can be fully deployed. Signed-off-by: Carlo Costino --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 0c336e27a..76b8e0e98 100644 --- a/manifest.yml +++ b/manifest.yml @@ -4,7 +4,7 @@ applications: buildpack: python_buildpack stack: cflinuxfs4 instances: 1 - disk_quota: 1G + disk_quota: 2G routes: - route: ((public_api_route)) - route: notify-api-((env)).apps.internal