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:52:07 -04:00
parent ce8bc24339
commit 113d6d01fe
2 changed files with 2 additions and 2 deletions

View File

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

View File

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