From a2b6c9aaf4c6977d0dbb2d2262bddb961b41166c Mon Sep 17 00:00:00 2001 From: Jake Cohen <101183561+JakeCohenSol@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:40:11 +0100 Subject: [PATCH] DIAC-528 Updating Location Ref Data url (#2392) --- charts/ia-case-api/values.preview.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ia-case-api/values.preview.template.yaml b/charts/ia-case-api/values.preview.template.yaml index b1802b0366..fe66347a82 100644 --- a/charts/ia-case-api/values.preview.template.yaml +++ b/charts/ia-case-api/values.preview.template.yaml @@ -411,7 +411,7 @@ ia-bail-case-api: OPEN_ID_IDAM_URL: "https://idam-web-public.aat.platform.hmcts.net" S2S_URL: "http://rpe-service-auth-provider-aat.service.core-compute-aat.internal" PROF_REF_DATA_URL: "http://rd-professional-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal" - LOCATION_REF_DATA_URL: "http://rd-professional-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal" + LOCATION_REF_DATA_URL: "http://rd-location-ref-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal" COMMON_DATA_API: "http://rd-professional-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal" IA_CASE_DOCUMENTS_API_URL: https://${SERVICE_NAME}-documents-api.preview.platform.hmcts.net IA_CASE_NOTIFICATIONS_API_URL: https://${SERVICE_NAME}-notifications-api.preview.platform.hmcts.net