Skip to content

Commit

Permalink
LGA-2267 changing url for BACKEND_BASE_URI to point at backend servic…
Browse files Browse the repository at this point in the history
…e name
  • Loading branch information
psweeting1 committed Dec 19, 2022
1 parent 0352fd4 commit 7e1116f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm_deploy/cla-public/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ envVars:
GDS_GA_ID:
value: UA-145652997-1
BACKEND_BASE_URI:
value: "https://staging.fox.civillegaladvice.service.gov.uk"
value: "http://cla-backend-app.laa-cla-backend-staging.svc.cluster.local"
LAALAA_API_HOST:
value: "https://laa-legal-adviser-api-staging.apps.live-1.cloud-platform.service.justice.gov.uk"
GOOGLE_MAPS_API_KEY:
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/cla-public/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ envVars:
MOJ_GTM_PREVIEW:
value: "env-1"
BACKEND_BASE_URI:
value: "https://fox.civillegaladvice.service.gov.uk"
value: "http://cla-backend-app.laa-cla-backend-production.svc.cluster.local"
LAALAA_API_HOST:
value: "https://laa-legal-adviser-api-production.cloud-platform.service.justice.gov.uk"
GOOGLE_MAPS_API_KEY:
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/cla-public/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ envVars:
MOJ_GTM_PREVIEW:
value: "env-3"
BACKEND_BASE_URI:
value: "https://laa-cla-backend-uat.apps.live-1.cloud-platform.service.justice.gov.uk"
value: "http://cla-backend-app.laa-cla-backend-staging.svc.cluster.local"
LAALAA_API_HOST:
value: "https://laa-legal-adviser-api-staging.apps.live-1.cloud-platform.service.justice.gov.uk"
GOOGLE_MAPS_API_KEY:
Expand Down

0 comments on commit 7e1116f

Please sign in to comment.