forked from SAP-samples/cf-mta-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmta.yaml
More file actions
21 lines (18 loc) · 620 Bytes
/
mta.yaml
File metadata and controls
21 lines (18 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ID: "my-mta"
_schema-version: 3.3.0
version: 0.0.0
resources:
- name: my-cf-service-instance-resource
type: org.cloudfoundry.managed-service
parameters:
service-plan: "lite" # set the service plan to use
service: application-logs #set the service offering (label)
active: false # defalt value is true, if unchanged with an extension descriptor, the service will not get created
optional: false # default value
modules:
#A cf app which will be bound to the service
- name: my-mta-managed-app-module
type: application
path: "appBits.zip"
requires:
- name: my-cf-service-instance-resource