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
e81cacfa03
commit
2631c4a95e
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@
|
|||
},
|
||||
"spec": {
|
||||
"strategy": {
|
||||
"type": "Rolling"
|
||||
"type": "Recreate"
|
||||
},
|
||||
"triggers": [
|
||||
{
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
},
|
||||
"spec": {
|
||||
"strategy": {
|
||||
"type": "Rolling"
|
||||
"type": "Recreate"
|
||||
},
|
||||
"triggers": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue