forked from spring-cloud-services-samples/fortune-teller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest
More file actions
executable file
·27 lines (27 loc) · 748 Bytes
/
manifest
File metadata and controls
executable file
·27 lines (27 loc) · 748 Bytes
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
---
applications:
- name: fortune-teller-hystrix-dashboard
memroy: 512M
instances: 1
buildpak: sap_java_buildpack
path: 'fortune-teller-hystrix-dashboard/target/fortune-teller-hystrix-dashboard-0.0.1-SNAPSHOT.jar'
random-route: true
- name: fortune-teller-service
memroy: 512M
instances: 1
buildpak: sap_java_buildpack
path: 'fortune-teller-fortune-service/target/fortune-teller-fortune-service-0.0.1-SNAPSHOT.jar'
random-route: true
services:
- fortune-logs
- fortune-service-database
env:
DB: POSTGRESQL
- name: fortune-teller-ui
memroy: 512M
instances: 1
buildpak: sap_java_buildpack
path: 'fortune-teller-ui/target/fortune-teller-ui-0.0.1-SNAPSHOT.jar'
random-route: true
services:
- fortune-logs