mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
Adding base and prod manifest files
This commit is contained in:
parent
358fce454c
commit
e214a711c1
2 changed files with 17 additions and 0 deletions
10
base-manifest.yml
Normal file
10
base-manifest.yml
Normal 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
7
prod-manifest.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
inherit: base-manifest.yml
|
||||||
|
|
||||||
|
applications:
|
||||||
|
- name: pivotal-prod
|
||||||
|
# Load balance between 2 instances instead of 1
|
||||||
|
instances: 2
|
Loading…
Reference in a new issue