-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathmta.yaml
59 lines (58 loc) · 1.42 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
56
57
58
59
ID: standalone-hello-world
_schema-version: "2.1"
version: 1.0.0
modules:
- name: html5_app_router
type: approuter.nodejs
path: router
parameters:
disk-quota: 256M
memory: 256M
requires:
- name: html5_repo_runtime
- name: html5_destination
- name: html5_uaa
- name: html5_deployer
type: com.sap.application.content
path: .
requires:
- name: html5_repo_host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- HTML5Module-content.zip
name: HTML5Module
target-path: resources/
- name: HTML5Module
type: html5
path: HTML5Module
build-parameters:
builder: custom
commands:
- npm run build
supported-platforms: []
resources:
- name: html5_repo_host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-plan: app-host
- name: html5_repo_runtime
parameters:
service-plan: app-runtime
service: html5-apps-repo
type: org.cloudfoundry.managed-service
- name: html5_destination
type: org.cloudfoundry.managed-service
parameters:
service-plan: lite
service: destination
- name: html5_uaa
parameters:
path: ./xs-security.json
service-plan: application
service: xsuaa
type: org.cloudfoundry.managed-service