Change DC strategy from Rolling to Recreate for DB templates

Recreate strategy will allow the redeployment process to stay within
1Gi memory limit instead of requiring more memory due to extra pod
is created for Rolling strategy.

Signed-off-by: Vu Dinh <vdinh@redhat.com>
This commit is contained in:
Vu Dinh 2017-04-25 16:47:41 -04:00
parent e81cacfa03
commit 2631c4a95e
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@
},
"spec": {
"strategy": {
"type": "Rolling"
"type": "Recreate"
},
"triggers": [
{

View File

@ -154,7 +154,7 @@
},
"spec": {
"strategy": {
"type": "Rolling"
"type": "Recreate"
},
"triggers": [
{