From: Jérôme Benoit Date: Fri, 30 Sep 2022 09:17:39 +0000 (+0200) Subject: CF manifest template cleanups X-Git-Tag: v1.1.74~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=49d6207407ca95592a6883d10ddf3d38af17d72e;p=e-mobility-charging-stations-simulator.git CF manifest template cleanups Signed-off-by: Jérôme Benoit --- diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 74b5dfb9..f817d29f 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -5,12 +5,10 @@ applications: instances: 1 buildpacks: - https://github.com/cloudfoundry/nodejs-buildpack - # Comment out if you are using the web UI no-route: true health-check-type: process health-check-invocation-timeout: 10 command: node -r source-map-support/register dist/start.cjs - # command: node -r source-map-support/register dist/httpd/ui/start.cjs env: # OPTIMIZE_MEMORY: true NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768