Browse Source

clarifying cf manifest and adding to gitignore (#123)

dependabot/npm_and_yarn/web/prismjs-1.21.0
Jeff Billimek 7 years ago
committed by Max Schmitt
parent
commit
7265b939f4
  1. 6
      .gitignore
  2. 2
      deployments/cloudfoundry/manifest-example.yml

6
.gitignore

@ -24,3 +24,9 @@ debug.test
/releases /releases
/docker_releases /docker_releases
data data
/deployments/cloudfoundry
!/deployments/cloudfoundry/README.md
!/deployments/cloudfoundry/config.yaml
!/deployments/cloudfoundry/manifest-example.yml
!/deployments/cloudfoundry/run.sh

2
deployments/cloudfoundry/manifest-example.yml

@ -3,7 +3,7 @@ applications:
buildpack: binary_buildpack buildpack: binary_buildpack
memory: 64m memory: 64m
command: './run.sh' command: './run.sh'
instances: 1 # should not be more than 1 due to session handling instances: 1 # only use > 1 if you are using redis as the backend
health-check-type: http health-check-type: http
health-check-http-endpoint: /ok health-check-http-endpoint: /ok
# if you use any marketplace or cups services, define the binding here # if you use any marketplace or cups services, define the binding here

Loading…
Cancel
Save