forked from SAP-samples/cf-mta-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mta.yaml
23 lines (22 loc) · 786 Bytes
/
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
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-name: "my-logging-service-instance-name" #optional, can be skipped
service-plan: "lite" # set the service plan to use
service: application-logs #set the service offering (label)
# config: #optional, can configure service creation/update with service speciffic parameters
# service-config-key: "service-config-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
parameters:
config:
binding-config-key: "binding-config-value"