github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/test/resources/variableSubstitution/novars_manifest.yml (about)

     1  ---
     2  applications:
     3  - name: test-catalog-service-odatav2-0.0.1
     4    memory: 1024M
     5    disk_quota: 512M
     6    instances: 1
     7    buildpacks:
     8      - java_buildpack
     9    path: ./srv/target/srv-backend-0.0.1-SNAPSHOT.jar
    10  
    11    routes:
    12    - route: test-catalog-service-odatav2-001.cfapps.eu10.hana.ondemand.com
    13  
    14    services:
    15    - xsuaa-instance-name # requires an instance of xsuaa instantiated with xs-security.json of this project. See services-manifest.yml.
    16    - hana-instance-name  # requires an instance of hana service with plan hdi-shared. See services-manifest.yml.
    17  
    18    env:
    19      spring.profiles.active: cloud # activate the spring profile named 'cloud'.
    20      xsuaa-instance-name: xsuaa-instance-name
    21      db_service_instance_name: hana-instance-name