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:
parent
ce8bc24339
commit
113d6d01fe
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@
|
|||
},
|
||||
"spec": {
|
||||
"strategy": {
|
||||
"type": "Rolling"
|
||||
"type": "Recreate"
|
||||
},
|
||||
"triggers": [
|
||||
{
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
},
|
||||
"spec": {
|
||||
"strategy": {
|
||||
"type": "Rolling"
|
||||
"type": "Recreate"
|
||||
},
|
||||
"triggers": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue