-
Notifications
You must be signed in to change notification settings - Fork 42
/
mta.yaml
92 lines (88 loc) · 2.78 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
86
87
88
89
90
91
92
## Generated mta.yaml based on template version 0.4.0
## appName = cap
## language=nodejs; multiTenant=false
## approuter=
_schema-version: '3.1'
ID: cap-hana-swapi
version: 1.2.5
description: "A simple CAP project."
parameters:
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npm install --production
- npx -p @sap/cds-dk cds build --production
modules:
# --------------------- SERVER MODULE ------------------------
- name: cap-hana-swapi-srv
# ------------------------------------------------------------
type: nodejs
path: gen/srv
requires:
# Resources extracted from CAP configuration
- name: starwars
- name: starwars-auditlog-service
- name: cap-hana-swapi-logging
- name: cap-hana-swapi-destination
- name: cap-hana-swapi-messaging
provides:
- name: srv-api # required by consumers of CAP services (e.g. approuter)
properties:
srv-url: ${default-url}
# -------------------- SIDECAR MODULE ------------------------
- name: cap-hana-swapi-db
# ------------------------------------------------------------
type: hdb
path: gen/db
parameters:
buildpack: nodejs_buildpack
requires:
# 'hana' and 'xsuaa' resources extracted from CAP configuration
- name: starwars
- name: notification-content-deployment
type: nodejs
path: gen/srv
parameters:
no-route: true
no-start: true
memory: 256MB
disk-quota: 256MB
tasks:
- name: notification-content-deployment
command: "node node_modules/@cap-js/notifications/lib/content-deployment.js"
memory: 256MB
disk-quota: 256MB
requires:
- name: cap-hana-swapi-destination
resources:
# services extracted from CAP configuration
# 'service-plan' can be configured via 'cds.requires.<name>.vcap.plan'
# ------------------------------------------------------------
- name: starwars
# ------------------------------------------------------------
type: com.sap.xs.hdi-container
parameters:
service: hana # or 'hanatrial' on trial landscapes
service-plan: hdi-shared
properties:
hdi-service-name: ${service-name}
- name: starwars-auditlog-service
type: org.cloudfoundry.existing-service
- name: cap-hana-swapi-logging
type: org.cloudfoundry.managed-service
parameters:
service: application-logs
service-plan: standard
- name: cap-hana-swapi-destination
type: org.cloudfoundry.managed-service
parameters:
service: destination
service-plan: lite
- name: cap-hana-swapi-messaging
type: org.cloudfoundry.managed-service
parameters:
service: enterprise-messaging
service-plan: default
path: ./event-mesh.json