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 <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-08-13 09:47:49 -04:00
parent 366c9f5de9
commit 01993d98fe

View File

@@ -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