This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
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
ce8bc24339
113d6d01fe
commit
cedcc6889d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
openshift/templates/django-postgresql-persistent.json
+1
-1
openshift/templates/django-postgresql.json
+ 1
- 1
openshift/templates/django-postgresql-persistent.json
View File
@ -148,7 +148,7 @@
}
,
"spec"
:
{
"strategy"
:
{
"type"
:
"R
olling
"
"type"
:
"R
ecreate
"
}
,
"triggers"
:
[
{
+ 1
- 1
openshift/templates/django-postgresql.json
View File
@ -148,7 +148,7 @@
}
,
"spec"
:
{
"strategy"
:
{
"type"
:
"R
olling
"
"type"
:
"R
ecreate
"
}
,
"triggers"
:
[
{
Write
Preview
Loading…
Cancel
Save