mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-16 11:09:33 +02:00
44 lines
1.5 KiB
YAML
44 lines
1.5 KiB
YAML
|
---
|
||
|
applications:
|
||
|
- name: ((unique-prefix))-catalog-service-odatav2-0.0.1
|
||
|
memory: 1024M
|
||
|
disk_quota: 512M
|
||
|
instances: 1
|
||
|
buildpacks:
|
||
|
- java_buildpack
|
||
|
path: ./srv/target/srv-backend-0.0.1-SNAPSHOT.jar
|
||
|
|
||
|
routes:
|
||
|
- route: ((unique-prefix))-catalog-service-odatav2-001.cfapps.eu10.hana.ondemand.com
|
||
|
|
||
|
services:
|
||
|
- ((xsuaa-instance-name)) # requires an instance of xsuaa instantiated with xs-security.json of this project. See services-manifest.yml.
|
||
|
- ((hana-instance-name)) # requires an instance of hana service with plan hdi-shared. See services-manifest.yml.
|
||
|
|
||
|
env:
|
||
|
spring.profiles.active: cloud # activate the spring profile named 'cloud'.
|
||
|
xsuaa-instance-name: ((xsuaa-instance-name))
|
||
|
db_service_instance_name: ((hana-instance-name))
|
||
|
|
||
|
---
|
||
|
applications:
|
||
|
- name: ((unique-prefix))-catalog-service-odatav2-0.0.1
|
||
|
memory: 1024M
|
||
|
disk_quota: 512M
|
||
|
instances: 1
|
||
|
buildpacks:
|
||
|
- java_buildpack
|
||
|
path: ./srv/target/srv-backend-0.0.1-SNAPSHOT.jar
|
||
|
|
||
|
routes:
|
||
|
- route: ((unique-prefix))-catalog-service-odatav2-001.cfapps.eu10.hana.ondemand.com
|
||
|
|
||
|
services:
|
||
|
- ((xsuaa-instance-name)) # requires an instance of xsuaa instantiated with xs-security.json of this project. See services-manifest.yml.
|
||
|
- ((hana-instance-name)) # requires an instance of hana service with plan hdi-shared. See services-manifest.yml.
|
||
|
|
||
|
env:
|
||
|
spring.profiles.active: cloud # activate the spring profile named 'cloud'.
|
||
|
xsuaa-instance-name: ((xsuaa-instance-name))
|
||
|
db_service_instance_name: ((hana-instance-name))
|