clarifying cf manifest and adding to gitignore (#123)

This commit is contained in:
Jeff Billimek 2018-08-18 10:52:14 -04:00 committed by Max Schmitt
parent 5c005ae890
commit 7265b939f4
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

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

View File

@ -3,7 +3,7 @@ applications:
buildpack: binary_buildpack
memory: 64m
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-http-endpoint: /ok
# if you use any marketplace or cups services, define the binding here