mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 14:12:27 -05:00
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:
@@ -4,7 +4,7 @@ applications:
|
|||||||
buildpack: python_buildpack
|
buildpack: python_buildpack
|
||||||
stack: cflinuxfs4
|
stack: cflinuxfs4
|
||||||
instances: 1
|
instances: 1
|
||||||
disk_quota: 1G
|
disk_quota: 2G
|
||||||
routes:
|
routes:
|
||||||
- route: ((public_api_route))
|
- route: ((public_api_route))
|
||||||
- route: notify-api-((env)).apps.internal
|
- route: notify-api-((env)).apps.internal
|
||||||
|
|||||||
Reference in New Issue
Block a user