File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
charts/probate-orchestrator-service Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ java:
1111 DEPLOYMENT_ENV : " {{ .Values.global.environment }}"
1212 SERVICES_PERSISTENCE_BASEURL : " http://probate-persistence-service-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
1313 AUTH_PROVIDER_SERVICE_CLIENT_BASEURL : " http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
14- SERVICES_CORECASEDATA_BASEURL : " http://probate-back-office-pr-3194- ccd-data-store-api"
14+ SERVICES_CORECASEDATA_BASEURL : " http://ccd-data-store-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal "
1515 SERVICES_AUTH_PROVIDER_BASEURL : " http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
1616 AUTH_IDAM_CLIENT_BASEURL : " https://idam-api.{{ .Values.global.environment }}.platform.hmcts.net"
17- SUBMIT_SERVICE_API_URL : " http://probate-submit-service-pr-1148-java "
18- BUSINESS_SERVICE_API_URL : " http://probate-business-service-pr-1092-java/ "
19- BACK_OFFICE_API_URL : " http://probate-back-office-pr-3194-java "
17+ SUBMIT_SERVICE_API_URL : " http://probate-submit-service-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal "
18+ BUSINESS_SERVICE_API_URL : " http://probate-business-service-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal "
19+ BACK_OFFICE_API_URL : " http://probate-back-office-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal "
2020 MAIL_JAVAMAILPROPERTIES_MAIL_SMTP_SSL_ENABLE : false
2121 MAIL_JAVAMAILPROPERTIES_MAIL_SMTP_AUTH : false
2222 SERVICES_CORECASEDATA_ENABLED : true
You can’t perform that action at this time.
0 commit comments