refactor: cleanup CF manifest template
[e-mobility-charging-stations-simulator.git] / manifest-cf-template.yml
1 applications:
2 - name: e-mobility-charging-stations-simulator
3 memory: 1G
4 disk_quota: 4G
5 instances: 1
6 buildpacks:
7 - https://github.com/cloudfoundry/nodejs-buildpack
8 # no-route: true
9 routes:
10 - route: e-mobility-charging-stations-simulator.cfapps.sap.hana.ondemand.com
11 health-check-type: process
12 # debug deployed app development build
13 # command: node -r source-map-support/register dist/start.js
14 command: node dist/start.js
15 env:
16 # OPTIMIZE_MEMORY: true
17 NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768