Merge pull request #16 from ewolinetz/update_routes

Updating front end route variables and the default front end route value
This commit is contained in:
Ben Parees 2015-06-16 13:21:02 -04:00
commit f4f8364a4a
2 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@
"name": "django-route"
},
"spec": {
"host": "${FRONTEND_ROUTE}",
"host": "${APPLICATION_DOMAIN}",
"to": {
"kind": "Service",
"name": "django-frontend"
@ -291,9 +291,9 @@
"description": "Set this to the relative path to your project if it is not in the root of your repository"
},
{
"name": "FRONTEND_ROUTE",
"name": "APPLICATION_DOMAIN",
"description": "The exposed hostname that will route to the Django service",
"value": "django.app"
"value": "django-example.openshiftapps.com"
},
{
"name": "GITHUB_WEBHOOK_SECRET",

View File

@ -42,7 +42,7 @@
"name": "django-route"
},
"spec": {
"host": "${FRONTEND_ROUTE}",
"host": "${APPLICATION_DOMAIN}",
"to": {
"kind": "Service",
"name": "django-frontend"
@ -210,9 +210,9 @@
"description": "Set this to the relative path to your project if it is not in the root of your repository"
},
{
"name": "FRONTEND_ROUTE",
"name": "APPLICATION_DOMAIN",
"description": "The exposed hostname that will route to the Django service",
"value": "django.app"
"value": "django-example.openshiftapps.com"
},
{
"name": "GITHUB_WEBHOOK_SECRET",