CF manifest template cleanups
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 30 Sep 2022 09:17:39 +0000 (11:17 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 30 Sep 2022 09:17:39 +0000 (11:17 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
manifest-cf-template.yml

index 74b5dfb9ac1e3a909bf586db38bc54300b6dac1d..f817d29f7ecdfc658591de4f1af544793b872c6e 100644 (file)
@@ -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