forked from spring-attic/spring-xd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
53 lines (52 loc) · 1.09 KB
/
manifest.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
memory: 1G
instances: 1
path: spring-xd-exec/build/libs/spring-xd-exec-1.0.0.BUILD-SNAPSHOT.jar
domain: cfapps.io
applications:
- name: xd-single-green
host: xd-single-green
env:
XD_HOME: .
- name: xd-single-blue
host: xd-single-blue
env:
XD_HOME: .
- name: xd-admin
host: xd-admin-server
env:
LOADER_MAIN: org.springframework.xd.dirt.boot.AdminServerApplication
SPRING_PROFILES_ACTIVE: cloud,mysql,rabbit
XD_HOME: .
services:
mysql:
label: cleardb
provider: cleardb
plan: spark
rabbit:
label: cloudamqp
provider: cloudamqp
plan: lemur
redis:
label: rediscloud
provider: garantiadata
plan: 20mb
- name: xd-node
host: xd-node
env:
LOADER_MAIN: org.springframework.xd.dirt.boot.LauncherApplication
SPRING_PROFILES_ACTIVE: cloud,mysql,rabbit
XD_HOME: .
services:
mysql:
label: cleardb
provider: cleardb
plan: spark
rabbit:
label: cloudamqp
provider: cloudamqp
plan: lemur
redis:
label: rediscloud
provider: garantiadata
plan: 20mb