Skip to content
Snippets Groups Projects
Commit aa4fad5c authored by Ben Parees's avatar Ben Parees
Browse files

Merge pull request #11 from ewolinetz/update_templates

Updating front end route variable name and default value
parents af44ac9f 31f83d3a
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
"name": "nodejs-route" "name": "nodejs-route"
}, },
"spec": { "spec": {
"host": "${FRONTEND_ROUTE}", "host": "${APPLICATION_DOMAIN}",
"to": { "to": {
"kind": "Service", "kind": "Service",
"name": "nodejs-frontend" "name": "nodejs-frontend"
...@@ -180,9 +180,9 @@ ...@@ -180,9 +180,9 @@
"description": "Set this to the relative path to your project if it is not in the root of your repository" "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", "description": "The exposed hostname that will route to the Node.js service",
"value": "nodejs.app" "value": "nodejs-example.openshiftapps.com"
}, },
{ {
"name": "GITHUB_WEBHOOK_SECRET", "name": "GITHUB_WEBHOOK_SECRET",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment