From: Jérôme Benoit Date: Thu, 3 Nov 2022 20:58:13 +0000 (+0100) Subject: Reduce CF disk image size to the supported maximum X-Git-Tag: v1.1.87~9 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6628cd10b4a53348ead7a47ff3bea92ba5f919ab;p=e-mobility-charging-stations-simulator.git Reduce CF disk image size to the supported maximum Signed-off-by: Jérôme Benoit --- 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