From a7c104d48b2298330fd4a6e4a5faa4ef49ee8892 Mon Sep 17 00:00:00 2001 From: "Joseph.Dundon" Date: Mon, 28 Oct 2024 16:45:11 +0000 Subject: [PATCH] Added probation-search url for dev, preprod and prod --- projects/common-platform-and-delius/deploy/values-dev.yml | 1 + projects/common-platform-and-delius/deploy/values-preprod.yml | 1 + projects/common-platform-and-delius/deploy/values-prod.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/projects/common-platform-and-delius/deploy/values-dev.yml b/projects/common-platform-and-delius/deploy/values-dev.yml index a8c31413d2..264dc29f36 100644 --- a/projects/common-platform-and-delius/deploy/values-dev.yml +++ b/projects/common-platform-and-delius/deploy/values-dev.yml @@ -9,6 +9,7 @@ generic-service: SENTRY_ENVIRONMENT: dev LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/oauth/token + INTEGRATIONS_PROBATION-SEARCH_URL: https://probation-offender-search-dev.hmpps.service.justice.gov.uk generic-prometheus-alerts: businessHoursOnly: true diff --git a/projects/common-platform-and-delius/deploy/values-preprod.yml b/projects/common-platform-and-delius/deploy/values-preprod.yml index a46cf293f4..5dd1fa6edc 100644 --- a/projects/common-platform-and-delius/deploy/values-preprod.yml +++ b/projects/common-platform-and-delius/deploy/values-preprod.yml @@ -8,6 +8,7 @@ generic-service: env: SENTRY_ENVIRONMENT: preprod SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: https://sign-in-preprod.hmpps.service.justice.gov.uk/auth/oauth/token + INTEGRATIONS_PROBATION-SEARCH_URL: https://probation-offender-search-preprod.hmpps.service.justice.gov.uk generic-prometheus-alerts: businessHoursOnly: true diff --git a/projects/common-platform-and-delius/deploy/values-prod.yml b/projects/common-platform-and-delius/deploy/values-prod.yml index d258de2ad5..b0047f22c4 100644 --- a/projects/common-platform-and-delius/deploy/values-prod.yml +++ b/projects/common-platform-and-delius/deploy/values-prod.yml @@ -7,3 +7,4 @@ generic-service: env: SENTRY_ENVIRONMENT: prod SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: https://sign-in.hmpps.service.justice.gov.uk/auth/oauth/token + INTEGRATIONS_PROBATION-SEARCH_URL: https://probation-offender-search.hmpps.service.justice.gov.uk \ No newline at end of file