From e214a711c1f590ab7345061ba5367d2b8926bb77 Mon Sep 17 00:00:00 2001 From: Benjamin Stein Date: Thu, 3 Aug 2017 11:56:34 -0700 Subject: [PATCH] Adding base and prod manifest files --- base-manifest.yml | 10 ++++++++++ prod-manifest.yml | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 base-manifest.yml create mode 100644 prod-manifest.yml 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