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
#43
from gabemontero/fixTemplatesVolLab
add volume labels from origin version
pull/44/head
Ben Parees
9 years ago
parent
26d90aed54
7d797d8b70
commit
77f7d4bec3
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
openshift/templates/django-postgresql.json
+ 12
- 0
openshift/templates/django-postgresql.json
View File
@ -287,6 +287,12 @@
}
}
,
"spec"
:
{
"volumes"
:
[
{
"name"
:
"data"
,
"emptyDir"
:
{
}
}
]
,
"containers"
:
[
{
"name"
:
"postgresql"
,
@ -310,6 +316,12 @@
"value"
:
"${DATABASE_NAME}"
}
]
,
"volumeMounts"
:
[
{
"name"
:
"data"
,
"mountPath"
:
"/var/lib/pgsql/data"
}
]
,
"readinessProbe"
:
{
"timeoutSeconds"
:
1
,
"initialDelaySeconds"
:
5
,
Write
Preview
Loading…
Cancel
Save