Browse Source

Merge pull request #84 from dinhxuanvu/recreate

Change DC strategy from Rolling to Recreate for DB templates
pull/60/merge
Ben Parees 8 years ago
committed by GitHub
parent
commit
cedcc6889d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      openshift/templates/django-postgresql-persistent.json
  2. +1
    -1
      openshift/templates/django-postgresql.json

+ 1
- 1
openshift/templates/django-postgresql-persistent.json View File

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


+ 1
- 1
openshift/templates/django-postgresql.json View File

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


Loading…
Cancel
Save