forked from Pranado-gGmbH/PhysioApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmta.yaml
55 lines (55 loc) · 1.45 KB
/
mta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
ID: mta_physioapp1
_schema-version: '2.1'
parameters:
deploy_mode: html5-repo
version: 0.0.1
modules:
- name: mta_physioapp1_appRouter
type: approuter.nodejs
path: mta_physioapp1_appRouter
parameters:
disk-quota: 256M
memory: 256M
requires:
- name: mta_physioapp1_html5_repo_runtime
- name: uaa_mta_physioapp1
- name: mta_physioapp1_ui_deployer
type: com.sap.html5.application-content
path: mta_physioapp1_ui_deployer
requires:
- name: mta_physioapp1_html5_repo_host
build-parameters:
requires:
- name: physioapp
artifacts:
- './*'
target-path: resources/physioapp
- name: physioapp
type: html5
path: physioapp
build-parameters:
builder: grunt
supported-platforms: []
build-result: dist
resources:
- name: mta_physioapp1_html5_repo_runtime
parameters:
service-plan: app-runtime
service: html5-apps-repo
type: org.cloudfoundry.managed-service
- name: mta_physioapp1_html5_repo_host
parameters:
service-plan: app-host
service: html5-apps-repo
type: org.cloudfoundry.managed-service
- name: uaa_mta_physioapp1
parameters:
path: ./xs-security.json
service-plan: application
service: xsuaa
type: org.cloudfoundry.managed-service
- name: dest_mta_physioapp1
parameters:
service-plan: lite
service: destination
type: org.cloudfoundry.managed-service