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
#44
from gabemontero/fixContainerImageField
fix container image field - get as close to no value as currently pos…
pull/45/head
Ben Parees
9 years ago
parent
77f7d4bec3
067d9b0bad
commit
4e6e4bac6f
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
openshift/templates/django-postgresql.json
+1
-1
openshift/templates/django.json
+ 2
- 2
openshift/templates/django-postgresql.json
View File
@ -158,7 +158,7 @@
"containers"
:
[
{
"name"
:
"django-psql-example"
,
"image"
:
"
django-psql-example
"
,
"image"
:
"
"
,
"ports"
:
[
{
"containerPort"
:
8080
@ -296,7 +296,7 @@
"containers"
:
[
{
"name"
:
"postgresql"
,
"image"
:
"
postgresql
"
,
"image"
:
"
"
,
"ports"
:
[
{
"containerPort"
:
5432
+ 1
- 1
openshift/templates/django.json
View File
@ -158,7 +158,7 @@
"containers"
:
[
{
"name"
:
"django-example"
,
"image"
:
"
django-example
"
,
"image"
:
"
"
,
"ports"
:
[
{
"containerPort"
:
8080
Write
Preview
Loading…
Cancel
Save