mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
--- applications: - name: spring-petclinic memory: 512M instances: 1 random-route: true path: build/libs/spring-petclinic.war
This commit is contained in:
parent
05f7cf4e3f
commit
d8192e8354
1 changed files with 7 additions and 0 deletions
7
manifest.yml
Normal file
7
manifest.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
applications:
|
||||
- name: spring-petclinic
|
||||
memory: 512M
|
||||
instances: 1
|
||||
random-route: true
|
||||
path: build/libs/spring-petclinic.war
|
Loading…
Reference in a new issue