We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c005ae commit 7265b93Copy full SHA for 7265b93
.gitignore
@@ -24,3 +24,9 @@ debug.test
24
/releases
25
/docker_releases
26
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
@@ -3,7 +3,7 @@ applications:
3
buildpack: binary_buildpack
4
memory: 64m
5
command: './run.sh'
6
- 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
7
health-check-type: http
8
health-check-http-endpoint: /ok
9
# if you use any marketplace or cups services, define the binding here
0 commit comments