-
Notifications
You must be signed in to change notification settings - Fork 41
/
manifest.yml
55 lines (51 loc) · 1.35 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
54
55
applications:
- name: allocations
path: applications/allocations-server/build/libs/allocations-server-1.0-SNAPSHOT.jar
memory: 256M
instances: 1
host: allocations-appcontinuum
domain: cfapps.io
services:
- allocations
env:
JAVA_OPTS: -XX:ReservedCodeCacheSize=100M -Xss228k
- name: backlog
path: applications/backlog-server/build/libs/backlog-server-1.0-SNAPSHOT.jar
memory: 256M
instances: 1
host: backlog-appcontinuum
domain: cfapps.io
services:
- backlog
env:
JAVA_OPTS: -XX:ReservedCodeCacheSize=100M -Xss228k
- name: registration
path: applications/registration-server/build/libs/registration-server-1.0-SNAPSHOT.jar
memory: 256M
instances: 1
host: registration-appcontinuum
domain: cfapps.io
services:
- registration
env:
JAVA_OPTS: -XX:ReservedCodeCacheSize=100M -Xss228k
- name: timesheets
path: applications/timesheets-server/build/libs/timesheets-server-1.0-SNAPSHOT.jar
memory: 256M
instances: 1
host: timesheets-appcontinuum
domain: cfapps.io
services:
- timesheets
env:
JAVA_OPTS: -XX:ReservedCodeCacheSize=100M -Xss228k
- name: discovery
path: applications/discovery-server/build/libs/discovery-server-1.0-SNAPSHOT.jar
memory: 256M
instances: 1
host: discovery-appcontinuum
domain: cfapps.io
services:
- discovery
env:
JAVA_OPTS: -XX:ReservedCodeCacheSize=100M -Xss228k