-
Notifications
You must be signed in to change notification settings - Fork 0
/
mta.yaml
85 lines (80 loc) · 2.35 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
## Generated mta.yaml based on template version 0.2.0
## appName = bookstore
## language=nodejs; multiTenant=false
## approuter=
_schema-version: '3.1'
ID: bookstore
version: 1.0.0
description: "A simple CAP project."
parameters:
enable-parallel-deployments: false
build-parameters:
before-all:
- builder: custom
commands:
- npm install
- npx cds build\/all
modules:
- name: bookstore-app-router
type: nodejs
path: app
build-parameters:
ignore: ["node_modules/"]
parameters:
disk-quota: 256M
memory: 256M
requires:
- name: bookstore-uaa
- name: srv-binding
group: destinations
properties:
forwardAuthToken: true
strictSSL: false
name: srv_api
url: ~{srv-url}
# --------------------- SERVER MODULE ------------------------
- name: bookstore-srv
# ------------------------------------------------------------
type: nodejs
path: gen/srv
properties:
EXIT: 1 # required by deploy.js task to terminate
requires:
# Resources extracted from CAP configuration
- name: bookstore-db
- name: bookstore-uaa
provides:
- name: srv-binding # required by consumers of CAP services (e.g. approuter)
properties:
srv-url: ${default-url}
# -------------------- SIDECAR MODULE ------------------------
- name: db
# ------------------------------------------------------------
type: hdb
path: gen/db
parameters:
app-name: bookstore-db
requires:
# 'hana' and 'xsuaa' resources extracted from CAP configuration
- name: bookstore-db
- name: bookstore-uaa
resources:
# services extracted from CAP configuration
# 'service-plan' can be configured via 'cds.requires.<name>.vcap.plan'
# ------------------------------------------------------------
- name: bookstore-db
# ------------------------------------------------------------
type: com.sap.xs.hdi-container
parameters:
service: hanatrial # or 'hanatrial' on trial landscapes
service-plan: hdi-shared
properties:
hdi-service-name: ${service-name}
# ------------------------------------------------------------
- name: bookstore-uaa
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service: xsuaa
service-plan: application
path: xs-security.json