-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmta.yaml
39 lines (39 loc) · 1.01 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
_schema-version: "3.2"
ID: privatelink-proxy
version: 0.0.1
modules:
- name: privatelink-proxy-approuter
type: approuter.nodejs
path: /
requires:
- name: privatelink-proxy_html_repo_runtime
- name: uaa_privatelink-proxy
- name: pl_privatelink-proxy
- name: dest_privatelink-proxy
parameters:
disk-quota: 256M
memory: 256M
resources:
- name: privatelink-proxy_html_repo_runtime
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-plan: app-runtime
- name: uaa_privatelink-proxy
type: org.cloudfoundry.managed-service
parameters:
path: ./xs-security.json
service: xsuaa
service-name: privatelink-proxy-xsuaa-service
service-plan: application
- name: pl_privatelink-proxy
type: org.cloudfoundry.managed-service
parameters:
service: privatelink
service-name: privatelink-blob
service-plan: standard
- name: dest_privatelink-proxy
type: org.cloudfoundry.managed-service
parameters:
service: destination
service-plan: lite