From 17c53b5da755b14634e3ec31e4e488d34565bfa0 Mon Sep 17 00:00:00 2001 From: ewolinetz Date: Tue, 16 Jun 2015 11:45:38 -0500 Subject: [PATCH] Updating front end route variables and the default front end route value --- openshift/templates/django-postgresql.json | 6 +++--- openshift/templates/django.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index bf9d9c6..c46476e 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -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", diff --git a/openshift/templates/django.json b/openshift/templates/django.json index 63ca35e..74bbea1 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -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",