Skip to content

Commit aa4fad5

Browse files
committed
Merge pull request sclorg#11 from ewolinetz/update_templates
Updating front end route variable name and default value
2 parents af44ac9 + 31f83d3 commit aa4fad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openshift/templates/nodejs.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"name": "nodejs-route"
4343
},
4444
"spec": {
45-
"host": "${FRONTEND_ROUTE}",
45+
"host": "${APPLICATION_DOMAIN}",
4646
"to": {
4747
"kind": "Service",
4848
"name": "nodejs-frontend"
@@ -180,9 +180,9 @@
180180
"description": "Set this to the relative path to your project if it is not in the root of your repository"
181181
},
182182
{
183-
"name": "FRONTEND_ROUTE",
183+
"name": "APPLICATION_DOMAIN",
184184
"description": "The exposed hostname that will route to the Node.js service",
185-
"value": "nodejs.app"
185+
"value": "nodejs-example.openshiftapps.com"
186186
},
187187
{
188188
"name": "GITHUB_WEBHOOK_SECRET",

0 commit comments

Comments
 (0)