Aucune description

manifest-cf-template.yml 471B

12345678910111213141516
  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. command: node dist/start.js
  13. env:
  14. # OPTIMIZE_MEMORY: true
  15. NODE_OPTIONS: --enable-source-maps --max-old-space-size=768