Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 7265b93

Browse files
billimekmxschmitt
authored andcommitted
clarifying cf manifest and adding to gitignore (#123)
1 parent 5c005ae commit 7265b93

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ debug.test
2424
/releases
2525
/docker_releases
2626
data
27+
28+
/deployments/cloudfoundry
29+
!/deployments/cloudfoundry/README.md
30+
!/deployments/cloudfoundry/config.yaml
31+
!/deployments/cloudfoundry/manifest-example.yml
32+
!/deployments/cloudfoundry/run.sh

deployments/cloudfoundry/manifest-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ applications:
33
buildpack: binary_buildpack
44
memory: 64m
55
command: './run.sh'
6-
instances: 1 # should not be more than 1 due to session handling
6+
instances: 1 # only use > 1 if you are using redis as the backend
77
health-check-type: http
88
health-check-http-endpoint: /ok
99
# if you use any marketplace or cups services, define the binding here

0 commit comments

Comments
 (0)