Petr Hracek
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
openshift/templates/django.json
|
|
@ -169,7 +169,7 @@ |
|
|
"containers": [ |
|
|
"containers": [ |
|
|
{ |
|
|
{ |
|
|
"name": "django-example", |
|
|
"name": "django-example", |
|
|
"image": " ", |
|
|
|
|
|
|
|
|
"image": "${NAME}:latest", |
|
|
"ports": [ |
|
|
"ports": [ |
|
|
{ |
|
|
{ |
|
|
"containerPort": 8080 |
|
|
"containerPort": 8080 |
|
|
|