-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmta.yaml
More file actions
66 lines (60 loc) · 1.57 KB
/
Copy pathmta.yaml
File metadata and controls
66 lines (60 loc) · 1.57 KB
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
---
_schema-version: '3.1'
ID: extnCertification
version: 1.0.0
description: "A simple CAP project."
parameters:
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npm ci
- npx -p @sap/cds-dk cds build --production
modules:
- name: extnCertification-srv
type: nodejs
path: gen/srv
parameters:
buildpack: nodejs_buildpack
build-parameters:
builder: npm-ci
provides:
- name: srv-api # required by consumers of CAP services (e.g. approuter)
properties:
srv-url: ${default-url}
requires:
- name: extnCertification-destination
- name: extnCertification-xsuaa
- name: extnCertification-db
- name: extnCertification-connectivity
- name: extnCertification-db-deployer
type: hdb
path: gen/db
parameters:
buildpack: nodejs_buildpack
requires:
- name: extnCertification-db
resources:
- name: extnCertification-destination
type: org.cloudfoundry.managed-service
parameters:
service: destination
service-plan: lite
- name: extnCertification-connectivity
type: org.cloudfoundry.managed-service
parameters:
service: connectivity
service-plan: lite
- name: extnCertification-xsuaa
type: org.cloudfoundry.managed-service
parameters:
service: xsuaa
service-plan: application
- name: extnCertification-db
type: com.sap.xs.hdi-container
parameters:
service: hana
service-plan: hdi-shared
properties:
hdi-service-name: ${service-name}