1
0
Fork 0
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:
Vincent Batts 2017-06-08 15:38:58 -04:00
parent 7d2ce0ed03
commit 553f990c5d
Signed by: vbatts
GPG key ID: 10937E57733F1362

View file

@ -147,7 +147,14 @@
},
"spec": {
"strategy": {
"type": "Recreate"
"type": "Rolling",
"rollingPatams": {
"updatePeriodSeconds": 1,
"intervalSeconds": 1,
"timeoutSeconds": 600,
"maxUnavailable": "25%",
"maxSurge": "25%"
}
},
"triggers": [
{