Browse Source

fix container image field - get as close to no value as currently possible

pull/44/head
gabemontero 9 years ago
parent
commit
067d9b0bad
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      openshift/templates/django-postgresql.json
  2. +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


Loading…
Cancel
Save