This repository was archived by the owner on Aug 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
"name" : " django-route"
43
43
},
44
44
"spec" : {
45
- "host" : " ${FRONTEND_ROUTE }" ,
45
+ "host" : " ${APPLICATION_DOMAIN }" ,
46
46
"to" : {
47
47
"kind" : " Service" ,
48
48
"name" : " django-frontend"
291
291
"description" : " Set this to the relative path to your project if it is not in the root of your repository"
292
292
},
293
293
{
294
- "name" : " FRONTEND_ROUTE " ,
294
+ "name" : " APPLICATION_DOMAIN " ,
295
295
"description" : " The exposed hostname that will route to the Django service" ,
296
- "value" : " django.app "
296
+ "value" : " django-example.openshiftapps.com "
297
297
},
298
298
{
299
299
"name" : " GITHUB_WEBHOOK_SECRET" ,
Original file line number Diff line number Diff line change 42
42
"name" : " django-route"
43
43
},
44
44
"spec" : {
45
- "host" : " ${FRONTEND_ROUTE }" ,
45
+ "host" : " ${APPLICATION_DOMAIN }" ,
46
46
"to" : {
47
47
"kind" : " Service" ,
48
48
"name" : " django-frontend"
210
210
"description" : " Set this to the relative path to your project if it is not in the root of your repository"
211
211
},
212
212
{
213
- "name" : " FRONTEND_ROUTE " ,
213
+ "name" : " APPLICATION_DOMAIN " ,
214
214
"description" : " The exposed hostname that will route to the Django service" ,
215
- "value" : " django.app "
215
+ "value" : " django-example.openshiftapps.com "
216
216
},
217
217
{
218
218
"name" : " GITHUB_WEBHOOK_SECRET" ,
You can’t perform that action at this time.
0 commit comments