11 lines
260 B
YAML
11 lines
260 B
YAML
---
|
|
applications:
|
|
- name: crm-app
|
|
memory: 768M
|
|
instances: 1
|
|
path: ./build/libs/spring-geode-samples-getting-started-1.4.0-SNAPSHOT.jar
|
|
services:
|
|
- pccServiceOne
|
|
buildpacks:
|
|
- https://github.com/cloudfoundry/java-buildpack.git
|