Skip to content

Commit

Permalink
add property: maxInactiveRevisions (#20334)
Browse files Browse the repository at this point in the history
* add property: maxInactiveRevisions

* update

* update
  • Loading branch information
njuCZ authored Aug 30, 2022
1 parent 68a1c9e commit e4568a1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,11 @@
"dapr": {
"$ref": "#/definitions/Dapr",
"description": "Dapr configuration for the Container App."
},
"maxInactiveRevisions": {
"format": "int32",
"description": "Optional. Max inactive revisions a Container App can have.",
"type": "integer"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"httpMaxRequestSize": 10,
"logLevel": "debug",
"enableApiLogging": true
}
},
"maxInactiveRevisions": 10
},
"template": {
"containers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"httpMaxRequestSize": 10,
"logLevel": "debug",
"enableApiLogging": true
}
},
"maxInactiveRevisions": 10
},
"template": {
"containers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"httpMaxRequestSize": 10,
"logLevel": "debug",
"enableApiLogging": true
}
},
"maxInactiveRevisions": 10
},
"template": {
"containers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"httpMaxRequestSize": 10,
"logLevel": "debug",
"enableApiLogging": true
}
},
"maxInactiveRevisions": 10
},
"template": {
"containers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"httpMaxRequestSize": 10,
"logLevel": "debug",
"enableApiLogging": true
}
},
"maxInactiveRevisions": 10
},
"template": {
"containers": [
Expand Down

0 comments on commit e4568a1

Please sign in to comment.