We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78312d commit 7a0a8b4Copy full SHA for 7a0a8b4
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-modules: true
7
+ apply-namespace-resources: true
8
+ apply-namespace-routes: true
9
10
+modules:
11
+ - name: hello-backend
12
+ type: application
13
+ path: appBits.zip
14
+ parameters:
15
+ apply-namespace: false
16
17
+ - name: hello-router
18
19
20
+ requires:
21
+ - name: my-cf-service
22
23
+ routes:
24
+ - route: route-without-namespace.${default-domain}
25
26
27
+resources:
28
29
+ type: org.cloudfoundry.managed-service
30
31
+ service-plan: "standard"
32
+ service: application-logs
0 commit comments