From 31f83d3ad0248096b6fcc23736db5a6e089722b7 Mon Sep 17 00:00:00 2001 From: ewolinetz Date: Tue, 16 Jun 2015 11:47:55 -0500 Subject: [PATCH] Updating front end route variable name and default value --- openshift/templates/nodejs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openshift/templates/nodejs.json b/openshift/templates/nodejs.json index 20193ba..3193e56 100644 --- a/openshift/templates/nodejs.json +++ b/openshift/templates/nodejs.json @@ -42,7 +42,7 @@ "name": "nodejs-route" }, "spec": { - "host": "${FRONTEND_ROUTE}", + "host": "${APPLICATION_DOMAIN}", "to": { "kind": "Service", "name": "nodejs-frontend" @@ -180,9 +180,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 Node.js service", - "value": "nodejs.app" + "value": "nodejs-example.openshiftapps.com" }, { "name": "GITHUB_WEBHOOK_SECRET",