From 43dad1aa54507f323ba3ab955ba4772c2059978f Mon Sep 17 00:00:00 2001 From: Anthony Britton <105213050+anthony-britton-moj@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:48:41 +0000 Subject: [PATCH] PI-1619 increased timeout for deploy files (#2710) --- projects/tier-to-delius/deploy/values-dev.yml | 1 + projects/tier-to-delius/deploy/values-preprod.yml | 1 + projects/tier-to-delius/deploy/values-prod.yml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/tier-to-delius/deploy/values-dev.yml b/projects/tier-to-delius/deploy/values-dev.yml index e1f422c81a..f3764aec1c 100644 --- a/projects/tier-to-delius/deploy/values-dev.yml +++ b/projects/tier-to-delius/deploy/values-dev.yml @@ -11,6 +11,7 @@ generic-service: INTEGRATIONS_TIER_URL: https://hmpps-tier-dev.hmpps.service.justice.gov.uk SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + CRN-STREAMING_TIMEOUT: 10800000L LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG diff --git a/projects/tier-to-delius/deploy/values-preprod.yml b/projects/tier-to-delius/deploy/values-preprod.yml index 330e777fa7..a94e9091bf 100644 --- a/projects/tier-to-delius/deploy/values-preprod.yml +++ b/projects/tier-to-delius/deploy/values-preprod.yml @@ -11,6 +11,7 @@ generic-service: INTEGRATIONS_TIER_URL: https://hmpps-tier-preprod.hmpps.service.justice.gov.uk SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: https://sign-in-preprod.hmpps.service.justice.gov.uk/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-preprod.hmpps.service.justice.gov.uk/auth/issuer + CRN-STREAMING_TIMEOUT: 21600000L generic-prometheus-alerts: businessHoursOnly: true \ No newline at end of file diff --git a/projects/tier-to-delius/deploy/values-prod.yml b/projects/tier-to-delius/deploy/values-prod.yml index b0a098b54f..6a5325fd9a 100644 --- a/projects/tier-to-delius/deploy/values-prod.yml +++ b/projects/tier-to-delius/deploy/values-prod.yml @@ -7,4 +7,5 @@ generic-service: SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: https://sign-in.hmpps.service.justice.gov.uk/auth/oauth/token INTEGRATIONS_TIER_URL: https://hmpps-tier.hmpps.service.justice.gov.uk SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: https://sign-in.hmpps.service.justice.gov.uk/auth/.well-known/jwks.json - SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in.hmpps.service.justice.gov.uk/auth/issuer \ No newline at end of file + SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in.hmpps.service.justice.gov.uk/auth/issuer + CRN-STREAMING_TIMEOUT: 21600000L \ No newline at end of file