Skip to content

Commit aa5d2bb

Browse files
authored
Add bg-dependency-aware-stop-order parameter (#5333)
1 parent 6a12029 commit aa5d2bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/json/mtad.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,10 @@
10241024
"keep-existing-routes": {
10251025
"description": "[CF/XSA] Indicates if the existing routes of all applications within that MTA should be kept.",
10261026
"type": "boolean"
1027+
},
1028+
"bg-dependency-aware-stop-order": {
1029+
"description": "[CF] Enables dependency-aware stop ordering during the final phase of blue-green deployments.",
1030+
"type": "boolean"
10271031
}
10281032
}
10291033
},

0 commit comments

Comments
 (0)