We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78312d commit cecbb80Copy full SHA for cecbb80
namespace/global-parameters/appBits.zip
504 Bytes
namespace/global-parameters/mtad.yaml
@@ -0,0 +1,32 @@
1
+_schema-version: "3.1"
2
+ID: hello
3
+version: 1.0.0
4
+
5
+parameters:
6
+ apply-namespace:
7
+ app-names: true
8
+ service-names: true
9
+ app-routes: true
10
11
+modules:
12
+ - name: hello-backend
13
+ type: application
14
+ path: appBits.zip
15
+ parameters:
16
+ apply-namespace: false
17
18
+ - name: hello-router
19
20
21
+ requires:
22
+ - name: my-cf-service
23
24
+ routes:
25
+ - route: route-without-namespace.${default-domain}
26
27
+resources:
28
29
+ type: org.cloudfoundry.managed-service
30
31
+ service-plan: "lite"
32
+ service: application-logs
0 commit comments