From 6628cd10b4a53348ead7a47ff3bea92ba5f919ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 3 Nov 2022 21:58:13 +0100 Subject: [PATCH] Reduce CF disk image size to the supported maximum MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- manifest-cf-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 1c275fdd..1fd2dcd8 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -1,7 +1,7 @@ applications: - name: e-mobility-charging-stations-simulator memory: 1G - disk_quota: 6G + disk_quota: 4G instances: 1 buildpacks: - https://github.com/cloudfoundry/nodejs-buildpack -- 2.34.1