-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
34 lines (30 loc) · 852 Bytes
/
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
#cf create-service elephantsql turtle postgresdb
#cf cups eureka-url -p '{"url": "http://eurekaservice.cfapps.io"}'
---
applications:
- name: FlightMaster
path: ZuulService\target\ZuulService-0.0.1-SNAPSHOT.jar
memory: 1024Mb
services:
- eureka-url
- name: EurekaService
path: EurekaService\target\EurekaService-0.0.1-SNAPSHOT.jar
memory: 1024Mb
- name: FlightRequestsService
path: FlightRequestsService\target\FlightRequestsService-0.0.1-SNAPSHOT.jar
memory: 1024Mb
services:
- postgresdb
- eureka-url
- name: GeoCatalogService
path: GeoCatalogService\target\GeoCatalogService-0.0.1-SNAPSHOT.jar
memory: 1024Mb
services:
- postgresdb
- eureka-url
- name: SkyScannerService
path: SkyScannerService\target\SkyScannerService-0.0.1-SNAPSHOT.jar
memory: 1024Mb
services:
- postgresdb
- eureka-url