forked from cloudfoundry-community/autosleep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.tmpl.yml
35 lines (34 loc) · 1.17 KB
/
manifest.tmpl.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
domain: cf.ns.nd-paas.itn.ftgroup
buildpack: java_buildpack
env:
security.user.name: <security username>
security.user.password: <security password>
cf.client.target.host: <hostname>
cf.client.skip.ssl.validation: false
cf.client.username: <username>
cf.client.password: <password>
cf.client.clientId: <client_id>
cf.client.clientSecret: <client_secret>
cf.security.password.encodingSecret: <password_encoding_secret>
cf.service.broker.id: <service_broker_id>
cf.service.broker.name: <service_broker_name>
cf.service.plan.id: <service_plan_id>
cf.service.plan.name: <service_plan_name>
autosleep.debug: <autosleep, spring, ....>
JAVA_OPTS: >
-Dlogging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=ERROR
services:
- <mysql or postgresql>
applications:
- name: autowakeup-app
memory: 1G
instances: 1
host: autowakeup
path: spring-apps/autowakeup-proxy/build/libs/org.cloudfoundry.autosleep.autowakeup-proxy-1.0.0.war
- name: autosleep-app
memory: 1G
instances: 1
host: autosleep
path: spring-apps/autosleep-core/build/libs/org.cloudfoundry.autosleep.autosleep-core-1.0.0.war
env:
autowakeup.skip.ssl.validation: false