diff --git a/base-manifest.yml b/base-manifest.yml new file mode 100644 index 000000000..295a94ae6 --- /dev/null +++ b/base-manifest.yml @@ -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 diff --git a/prod-manifest.yml b/prod-manifest.yml new file mode 100644 index 000000000..4b5676bb9 --- /dev/null +++ b/prod-manifest.yml @@ -0,0 +1,7 @@ +--- +inherit: base-manifest.yml + +applications: + - name: pivotal-prod + # Load balance between 2 instances instead of 1 + instances: 2