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
1 changed files with 27 additions and 20 deletions

View File

@ -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": [
{ {