Adding base and prod manifest files

This commit is contained in:
Benjamin Stein 2017-08-03 11:56:34 -07:00
parent 358fce454c
commit e214a711c1
2 changed files with 17 additions and 0 deletions

10
base-manifest.yml Normal file
View file

@ -0,0 +1,10 @@
---
memory: 512M
random-route: false
path: ./target/petclinic.war
instances: 1
domain: liatr.io
health-check-type: http
applications:
- name: pivotal-dev

7
prod-manifest.yml Normal file
View file

@ -0,0 +1,7 @@
---
inherit: base-manifest.yml
applications:
- name: pivotal-prod
# Load balance between 2 instances instead of 1
instances: 2