Merge pull request #84 from dinhxuanvu/recreate
Change DC strategy from Rolling to Recreate for DB templates
This commit is contained in:
commit
cedcc6889d
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"type": "Rolling"
|
"type": "Recreate"
|
||||||
},
|
},
|
||||||
"triggers": [
|
"triggers": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -148,7 +148,7 @@
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"type": "Rolling"
|
"type": "Recreate"
|
||||||
},
|
},
|
||||||
"triggers": [
|
"triggers": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue