diff --git a/charts/xui-mo-webapp/Chart.yaml b/charts/xui-mo-webapp/Chart.yaml index c40f5be73..64b24f350 100644 --- a/charts/xui-mo-webapp/Chart.yaml +++ b/charts/xui-mo-webapp/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: xui-mo-webapp home: https://github.com/hmcts/rpx-xui-manage-organisations -version: 1.1.15 +version: 1.1.16 description: Expert UI maintainers: - name: HMCTS RPX XUI diff --git a/charts/xui-mo-webapp/values.yaml b/charts/xui-mo-webapp/values.yaml index 1b670d9e5..7aa821599 100644 --- a/charts/xui-mo-webapp/values.yaml +++ b/charts/xui-mo-webapp/values.yaml @@ -59,7 +59,7 @@ nodejs: # IDAM_URL: https://idam-api.{{ .Values.global.environment }}.platform.hmcts.net # S2S_URL: http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal - SERVICES_CCD_COMPONENT_API: https://ccd-api-gateway-web-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal + SERVICES_CCD_COMPONENT_API: https://gateway-ccd.{{ .Values.global.environment }}.platform.hmcts.net IDAM_API_SERVICE: https://idam-api.{{ .Values.global.environment }}.platform.hmcts.net IDAM_WEB_SERVICE: https://idam-web-public.{{ .Values.global.environment }}.platform.hmcts.net RD_PROFESSIONAL_API_SERVICE: http://rd-professional-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal diff --git a/config/default.json b/config/default.json index 848816d75..6d26816df 100644 --- a/config/default.json +++ b/config/default.json @@ -27,7 +27,7 @@ "protocol": "https", "services": { "ccd": { - "componentApi": "https://ccd-api-gateway-web-prod.service.core-compute-prod.internal" + "componentApi": "https://gateway-ccd.prod.platform.hmcts.net" }, "idamApi": "https://idam-api.platform.hmcts.net", "idamWeb": "https://hmcts-access.service.gov.uk",