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
#89
from jim-minter/trello133-tsb-bind
update templates to use template.openshift.io/expose-uri
pull/92/head
Ben Parees
8 years ago
committed by
GitHub
parent
cedcc6889d
7c497532b2
commit
8a4ce9e1a3
3 changed files
with
12 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
openshift/templates/django-postgresql-persistent.json
+4
-1
openshift/templates/django-postgresql.json
+4
-1
openshift/templates/django.json
+ 4
- 1
openshift/templates/django-postgresql-persistent.json
View File
@ -58,7 +58,10 @@
"kind"
:
"Route"
,
"kind"
:
"Route"
,
"apiVersion"
:
"v1"
,
"apiVersion"
:
"v1"
,
"metadata"
:
{
"metadata"
:
{
"name"
:
"${NAME}"
"name"
:
"${NAME}"
,
"annotations"
:
{
"template.openshift.io/expose-uri"
:
"http://{.spec.host}{.spec.path}"
}
}
,
}
,
"spec"
:
{
"spec"
:
{
"host"
:
"${APPLICATION_DOMAIN}"
,
"host"
:
"${APPLICATION_DOMAIN}"
,
+ 4
- 1
openshift/templates/django-postgresql.json
View File
@ -58,7 +58,10 @@
"kind"
:
"Route"
,
"kind"
:
"Route"
,
"apiVersion"
:
"v1"
,
"apiVersion"
:
"v1"
,
"metadata"
:
{
"metadata"
:
{
"name"
:
"${NAME}"
"name"
:
"${NAME}"
,
"annotations"
:
{
"template.openshift.io/expose-uri"
:
"http://{.spec.host}{.spec.path}"
}
}
,
}
,
"spec"
:
{
"spec"
:
{
"host"
:
"${APPLICATION_DOMAIN}"
,
"host"
:
"${APPLICATION_DOMAIN}"
,
+ 4
- 1
openshift/templates/django.json
View File
@ -55,7 +55,10 @@
"kind"
:
"Route"
,
"kind"
:
"Route"
,
"apiVersion"
:
"v1"
,
"apiVersion"
:
"v1"
,
"metadata"
:
{
"metadata"
:
{
"name"
:
"${NAME}"
"name"
:
"${NAME}"
,
"annotations"
:
{
"template.openshift.io/expose-uri"
:
"http://{.spec.host}{.spec.path}"
}
}
,
}
,
"spec"
:
{
"spec"
:
{
"host"
:
"${APPLICATION_DOMAIN}"
,
"host"
:
"${APPLICATION_DOMAIN}"
,
Write
Preview
Loading…
Cancel
Save