mirror of
https://github.com/vbatts/imgsrv.git
synced 2025-06-28 21:48:29 +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": {
|
"spec": {
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"type": "Recreate"
|
"type": "Rolling",
|
||||||
|
"rollingPatams": {
|
||||||
|
"updatePeriodSeconds": 1,
|
||||||
|
"intervalSeconds": 1,
|
||||||
|
"timeoutSeconds": 600,
|
||||||
|
"maxUnavailable": "25%",
|
||||||
|
"maxSurge": "25%"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"triggers": [
|
"triggers": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue