-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathmta.yaml
More file actions
36 lines (33 loc) · 771 Bytes
/
Copy pathmta.yaml
File metadata and controls
36 lines (33 loc) · 771 Bytes
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
_schema-version: "3.1"
ID: hana-mcp-server
version: 0.2.0
parameters:
enable-parallel-deployments: true
modules:
- name: hana-mcp-server
type: nodejs
path: .
parameters:
memory: 512M
disk-quota: 1G
buildpack: nodejs_buildpack
health-check-type: http
health-check-http-endpoint: /health
command: node src/server/http-index.js
build-parameters:
builder: npm
ignore:
- .git/
- tests/
- "*.md"
requires:
- name: hana-mcp-server-xsuaa
properties:
MCP_HTTP_AUTH_ENABLED: "true"
resources:
- name: hana-mcp-server-xsuaa
type: org.cloudfoundry.managed-service
parameters:
service: xsuaa
service-plan: application
path: xs-security.json