forked from balbinosoares/sapui5-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmta.yaml
52 lines (50 loc) · 1.28 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
ID: sapui5-docker
_schema-version: 3.2.0
description: Enter description here
version: 0.0.1
parameters:
enable-parallel-deployments: true
modules:
- name: sapui5-docker
type: nodejs
path: approuter
parameters:
disk-quota: 512M
memory: 512M
requires:
- name: sapui5-docker_destination
- name: sapui5-docker_uaa
- name: sapui5-docker_html5_repo_runtime
- name: sapui5-docker_deployer
type: com.sap.html5.application-content
path: deployer
requires:
- name: sapui5-docker_html5_repo_host
build-parameters:
builder: custom
commands:
- npm run build:ui --prefix ..
resources:
- name: sapui5-docker_destination
type: org.cloudfoundry.managed-service
parameters:
service-plan: lite
service: destination
- name: sapui5-docker_uaa
type: org.cloudfoundry.managed-service
parameters:
path: ./xs-security.json
service-plan: application
service: xsuaa
- name: sapui5-docker_html5_repo_runtime
type: org.cloudfoundry.managed-service
parameters:
service-plan: app-runtime
service: html5-apps-repo
- name: sapui5-docker_html5_repo_host
type: org.cloudfoundry.managed-service
parameters:
service-plan: app-host
service: html5-apps-repo
config:
sizeLimit: 5