@@ -33,9 +33,9 @@ frontend:
3333 configmap :
3434 enabled : true
3535 data :
36- ACCESS_API_URL : " https://{{.Release.Name}}-vehicles.apps.silver.devops.gov.bc.ca "
37- PUBLIC_API_URL : " https://{{.Release.Name}}-public.apps.silver.devops.gov.bc.ca "
38- POLICY_URL : " https://{{.Release.Name}}-policy.apps.silver.devops.gov.bc.ca "
36+ ACCESS_API_URL : " https://{{.Release.Name}}-vehicles.{{.Values.global.domain}} "
37+ PUBLIC_API_URL : " https://{{.Release.Name}}-public.{{.Values.global.domain}} "
38+ POLICY_URL : " https://{{.Release.Name}}-policy.{{.Values.global.domain}} "
3939 DEPLOY_ENVIRONMENT : " {{.Values.global.vault.zone}}"
4040 PR_NUM : " {{.Values.global.env.pr_num}}"
4141 RELEASE_NUM : " {{.Values.global.env.release_num}}"
@@ -137,7 +137,7 @@ frontend:
137137 route.openshift.io/termination : " edge"
138138 enabled : true
139139 hosts :
140- - host : " {{.Release.Name}}-frontend.apps.silver.devops.gov.bc.ca "
140+ - host : " {{.Release.Name}}-frontend.{{.Values.global.domain}} "
141141 paths :
142142 - path : /
143143 pathType : ImplementationSpecific
@@ -188,11 +188,11 @@ vehicles:
188188 configmap :
189189 enabled : true
190190 data :
191- DOPS_URL : " https://{{.Release.Name}}-dops.apps.silver.devops.gov.bc.ca "
192- POLICY_URL : " https://{{.Release.Name}}-policy.apps.silver.devops.gov.bc.ca "
193- FRONTEND_URL : " https://{{.Release.Name}}-frontend.apps.silver.devops.gov.bc.ca "
194- ACCESS_API_URL : " https://{{.Release.Name}}-vehicles.apps.silver.devops.gov.bc.ca "
195- PAYBC_REDIRECT : " https://{{.Release.Name}}-frontend.apps.silver.devops.gov.bc.ca /payment"
191+ DOPS_URL : " https://{{.Release.Name}}-dops.{{.Values.global.domain}} "
192+ POLICY_URL : " https://{{.Release.Name}}-policy.{{.Values.global.domain}} "
193+ FRONTEND_URL : " https://{{.Release.Name}}-frontend.{{.Values.global.domain}} "
194+ ACCESS_API_URL : " https://{{.Release.Name}}-vehicles.{{.Values.global.domain}} "
195+ PAYBC_REDIRECT : " https://{{.Release.Name}}-frontend.{{.Values.global.domain}} /payment"
196196 containers :
197197 - name : vehicles
198198 command :
@@ -289,7 +289,7 @@ vehicles:
289289 route.openshift.io/termination : " edge"
290290 enabled : true
291291 hosts :
292- - host : " {{.Release.Name}}-vehicles.apps.silver.devops.gov.bc.ca "
292+ - host : " {{.Release.Name}}-vehicles.{{.Values.global.domain}} "
293293 paths :
294294 - path : /
295295 pathType : ImplementationSpecific
@@ -338,7 +338,7 @@ public:
338338 configmap :
339339 enabled : true
340340 data :
341- FRONTEND_URL : " https://{{.Release.Name}}-frontend.apps.silver.devops.gov.bc.ca "
341+ FRONTEND_URL : " https://{{.Release.Name}}-frontend.{{.Values.global.domain}} "
342342 containers :
343343 - name : public
344344 command :
@@ -427,7 +427,7 @@ public:
427427 route.openshift.io/termination : " edge"
428428 enabled : true
429429 hosts :
430- - host : " {{.Release.Name}}-public.apps.silver.devops.gov.bc.ca "
430+ - host : " {{.Release.Name}}-public.{{.Values.global.domain}} "
431431 paths :
432432 - path : /
433433 pathType : ImplementationSpecific
@@ -471,9 +471,9 @@ dops:
471471 configmap :
472472 enabled : true
473473 data :
474- DOPS_URL : " https://{{.Release.Name}}-dops.apps.silver.devops.gov.bc.ca "
475- FRONTEND_URL : " https://{{.Release.Name}}-frontend.apps.silver.devops.gov.bc.ca "
476- ACCESS_API_URL : " https://{{.Release.Name}}-vehicles.apps.silver.devops.gov.bc.ca "
474+ DOPS_URL : " https://{{.Release.Name}}-dops.{{.Values.global.domain}} "
475+ FRONTEND_URL : " https://{{.Release.Name}}-frontend.{{.Values.global.domain}} "
476+ ACCESS_API_URL : " https://{{.Release.Name}}-vehicles.{{.Values.global.domain}} "
477477 containers :
478478 - name : dops
479479 command :
@@ -568,7 +568,7 @@ dops:
568568 route.openshift.io/termination : " edge"
569569 enabled : true
570570 hosts :
571- - host : " {{.Release.Name}}-dops.apps.silver.devops.gov.bc.ca "
571+ - host : " {{.Release.Name}}-dops.{{.Values.global.domain}} "
572572 paths :
573573 - path : /
574574 pathType : ImplementationSpecific
@@ -617,7 +617,7 @@ scheduler:
617617 configmap :
618618 enabled : true
619619 data :
620- ACCESS_API_URL : " https://{{.Release.Name}}-vehicles.apps.silver.devops.gov.bc.ca "
620+ ACCESS_API_URL : " https://{{.Release.Name}}-vehicles.{{.Values.global.domain}} "
621621 containers :
622622 - name : scheduler
623623 command :
@@ -679,7 +679,7 @@ scheduler:
679679 route.openshift.io/termination : " edge"
680680 enabled : true
681681 hosts :
682- - host : " {{.Release.Name}}-scheduler.apps.silver.devops.gov.bc.ca "
682+ - host : " {{.Release.Name}}-scheduler.{{.Values.global.domain}} "
683683 paths :
684684 - path : /
685685 pathType : ImplementationSpecific
@@ -729,7 +729,7 @@ policy:
729729 configmap :
730730 enabled : true
731731 data :
732- FRONTEND_URL : " https://{{.Release.Name}}-frontend.apps.silver.devops.gov.bc.ca "
732+ FRONTEND_URL : " https://{{.Release.Name}}-frontend.{{.Values.global.domain}} "
733733 containers :
734734 - name : policy
735735 command :
@@ -817,7 +817,7 @@ policy:
817817 route.openshift.io/termination : " edge"
818818 enabled : true
819819 hosts :
820- - host : " {{.Release.Name}}-policy.apps.silver.devops.gov.bc.ca "
820+ - host : " {{.Release.Name}}-policy.{{.Values.global.domain}} "
821821 paths :
822822 - path : /
823823 pathType : ImplementationSpecific
0 commit comments