From d8192e8354a6e78f513ff89a33e63065a4cce119 Mon Sep 17 00:00:00 2001 From: Kumaresh Date: Thu, 19 May 2016 16:40:57 +0530 Subject: [PATCH] --- applications: - name: spring-petclinic memory: 512M instances: 1 random-route: true path: build/libs/spring-petclinic.war --- manifest.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifest.yml diff --git a/manifest.yml b/manifest.yml new file mode 100644 index 000000000..bad8841da --- /dev/null +++ b/manifest.yml @@ -0,0 +1,7 @@ +--- +applications: +- name: spring-petclinic + memory: 512M + instances: 1 + random-route: true + path: build/libs/spring-petclinic.war