diff --git a/openshift/templates/nodejs.json b/openshift/templates/nodejs.json
index 20193bad57e11531e9325346f28581aa1a5d8986..3193e56709f91009aed3831ea4821221da98ca16 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",