mirror of
https://github.com/vbatts/imgsrv.git
synced 2025-02-18 15:57:52 +00:00
openshift: switch to rolling strategy and fmt
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
7d2ce0ed03
commit
553f990c5d
1 changed files with 27 additions and 20 deletions
|
@ -147,7 +147,14 @@
|
|||
},
|
||||
"spec": {
|
||||
"strategy": {
|
||||
"type": "Recreate"
|
||||
"type": "Rolling",
|
||||
"rollingPatams": {
|
||||
"updatePeriodSeconds": 1,
|
||||
"intervalSeconds": 1,
|
||||
"timeoutSeconds": 600,
|
||||
"maxUnavailable": "25%",
|
||||
"maxSurge": "25%"
|
||||
}
|
||||
},
|
||||
"triggers": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue