From d8192e8354a6e78f513ff89a33e63065a4cce119 Mon Sep 17 00:00:00 2001 From: Kumaresh Date: Thu, 19 May 2016 16:40:57 +0530 Subject: [PATCH 1/2] --- 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 From b34557ae1b65b729c2ca7d1a107f66d7114db38a Mon Sep 17 00:00:00 2001 From: Kumaresh Date: Mon, 6 Jun 2016 22:46:23 +0530 Subject: [PATCH 2/2] Update manifest.yml --- manifest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index bad8841da..5d06c818d 100644 --- a/manifest.yml +++ b/manifest.yml @@ -4,4 +4,3 @@ applications: memory: 512M instances: 1 random-route: true - path: build/libs/spring-petclinic.war