From 4e07b6581fb61090e18b274492f5d53ef69b3ba6 Mon Sep 17 00:00:00 2001 From: Anthony Britton Date: Wed, 6 Mar 2024 08:20:12 +0000 Subject: [PATCH] PI-1989 reduce connection pools for test environment --- projects/accredited-programmes-and-oasys/deploy/values-dev.yml | 2 ++ projects/approved-premises-and-delius/deploy/values-dev.yml | 2 ++ projects/approved-premises-and-oasys/deploy/values-dev.yml | 2 ++ projects/arns-and-delius/deploy/values-dev.yml | 2 ++ projects/assessment-summary-and-delius/deploy/values-dev.yml | 2 ++ projects/cas2-and-delius/deploy/values-dev.yml | 2 ++ projects/cas3-and-delius/deploy/values-dev.yml | 2 ++ projects/court-case-and-delius/deploy/values-dev.yml | 2 ++ .../create-and-vary-a-licence-and-delius/deploy/values-dev.yml | 2 ++ projects/custody-key-dates-and-delius/deploy/values-dev.yml | 2 ++ projects/domain-events-and-delius/deploy/values-dev.yml | 2 ++ projects/dps-and-delius/deploy/values-dev.yml | 2 ++ .../deploy/values-dev.yml | 2 ++ projects/external-api-and-delius/deploy/values-dev.yml | 2 ++ projects/hdc-licences-and-delius/deploy/values-dev.yml | 2 ++ projects/hmpps-auth-and-delius/deploy/values-dev.yml | 2 ++ projects/make-recall-decisions-and-delius/deploy/values-dev.yml | 2 ++ projects/manage-offences-and-delius/deploy/values-dev.yml | 2 ++ projects/manage-pom-cases-and-delius/deploy/values-dev.yml | 2 ++ projects/manage-supervision-and-delius/deploy/values-dev.yml | 2 ++ projects/manage-supervision-and-oasys/deploy/values-dev.yml | 2 ++ projects/oasys-and-delius/deploy/values-dev.yml | 2 ++ projects/offender-events-and-delius/deploy/values-dev.yml | 2 ++ projects/opd-and-delius/deploy/values-dev.yml | 2 ++ projects/pathfinder-and-delius/deploy/values-dev.yml | 2 ++ projects/pre-sentence-reports-to-delius/deploy/values-dev.yml | 2 ++ projects/prison-case-notes-to-probation/deploy/values-dev.yml | 2 ++ projects/prison-custody-status-to-delius/deploy/values-dev.yml | 2 ++ projects/prison-education-and-delius/deploy/values-dev.yml | 2 ++ projects/prison-identifier-and-delius/deploy/values-dev.yml | 2 ++ projects/prisoner-profile-and-delius/deploy/values-dev.yml | 2 ++ projects/refer-and-monitor-and-delius/deploy/values-dev.yml | 2 ++ projects/resettlement-passport-and-delius/deploy/values-dev.yml | 2 ++ projects/risk-assessment-scores-to-delius/deploy/values-dev.yml | 2 ++ projects/sentence-plan-and-delius/deploy/values-dev.yml | 2 ++ projects/sentence-plan-and-oasys/deploy/values-dev.yml | 2 ++ projects/soc-and-delius/deploy/values-dev.yml | 2 ++ projects/tier-to-delius/deploy/values-dev.yml | 2 ++ projects/unpaid-work-and-delius/deploy/values-dev.yml | 2 ++ projects/workforce-allocations-to-delius/deploy/values-dev.yml | 2 ++ templates/projects/api-client-and-server/deploy/values-dev.yml | 2 ++ templates/projects/api-server/deploy/values-dev.yml | 2 ++ .../deploy/values-dev.yml | 2 ++ .../message-listener-with-api-client/deploy/values-dev.yml | 2 ++ templates/projects/message-listener/deploy/values-dev.yml | 2 ++ 45 files changed, 90 insertions(+) diff --git a/projects/accredited-programmes-and-oasys/deploy/values-dev.yml b/projects/accredited-programmes-and-oasys/deploy/values-dev.yml index 8cdeb5e9d1..fe0339a80d 100644 --- a/projects/accredited-programmes-and-oasys/deploy/values-dev.yml +++ b/projects/accredited-programmes-and-oasys/deploy/values-dev.yml @@ -12,6 +12,8 @@ generic-service: INTEGRATIONS_ORDS_URL: https://t2.oasys.service.justice.gov.uk/eor/oasys + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/approved-premises-and-delius/deploy/values-dev.yml b/projects/approved-premises-and-delius/deploy/values-dev.yml index 9670138eb6..5aeb1a0480 100644 --- a/projects/approved-premises-and-delius/deploy/values-dev.yml +++ b/projects/approved-premises-and-delius/deploy/values-dev.yml @@ -12,6 +12,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer INTEGRATIONS_APPROVED-PREMISES-API_URL: https://approved-premises-api-dev.hmpps.service.justice.gov.uk INTEGRATIONS_ALFRESCO_URL: https://alfresco.test.delius.probation.hmpps.dsd.io/alfresco/service/noms-spg/ + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/approved-premises-and-oasys/deploy/values-dev.yml b/projects/approved-premises-and-oasys/deploy/values-dev.yml index 58e02f9d4e..84946f767d 100644 --- a/projects/approved-premises-and-oasys/deploy/values-dev.yml +++ b/projects/approved-premises-and-oasys/deploy/values-dev.yml @@ -13,6 +13,8 @@ generic-service: INTEGRATIONS_ORDS_OASYS_URL: https://t2.oasys.service.justice.gov.uk/eor/oasys + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/arns-and-delius/deploy/values-dev.yml b/projects/arns-and-delius/deploy/values-dev.yml index 2430731a1d..5af17c5141 100644 --- a/projects/arns-and-delius/deploy/values-dev.yml +++ b/projects/arns-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/assessment-summary-and-delius/deploy/values-dev.yml b/projects/assessment-summary-and-delius/deploy/values-dev.yml index 4ace92b046..da5d9e5a4d 100644 --- a/projects/assessment-summary-and-delius/deploy/values-dev.yml +++ b/projects/assessment-summary-and-delius/deploy/values-dev.yml @@ -9,6 +9,8 @@ generic-service: SENTRY_ENVIRONMENT: dev INTEGRATIONS_ORDS_URL: https://t2.oasys.service.justice.gov.uk/eor/oasys + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/cas2-and-delius/deploy/values-dev.yml b/projects/cas2-and-delius/deploy/values-dev.yml index 7a6cb073a2..66a609baa7 100644 --- a/projects/cas2-and-delius/deploy/values-dev.yml +++ b/projects/cas2-and-delius/deploy/values-dev.yml @@ -9,6 +9,8 @@ generic-service: SENTRY_ENVIRONMENT: dev SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/oauth/token EVENT_EXCEPTION_THROWNOTFOUND: false + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/cas3-and-delius/deploy/values-dev.yml b/projects/cas3-and-delius/deploy/values-dev.yml index 6ad3b10ab6..978e3fa26c 100644 --- a/projects/cas3-and-delius/deploy/values-dev.yml +++ b/projects/cas3-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/oauth/token SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/court-case-and-delius/deploy/values-dev.yml b/projects/court-case-and-delius/deploy/values-dev.yml index c2aa280eba..711844c4d3 100644 --- a/projects/court-case-and-delius/deploy/values-dev.yml +++ b/projects/court-case-and-delius/deploy/values-dev.yml @@ -11,6 +11,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/oauth/token + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/create-and-vary-a-licence-and-delius/deploy/values-dev.yml b/projects/create-and-vary-a-licence-and-delius/deploy/values-dev.yml index 63032fac6d..32fd2d77d4 100644 --- a/projects/create-and-vary-a-licence-and-delius/deploy/values-dev.yml +++ b/projects/create-and-vary-a-licence-and-delius/deploy/values-dev.yml @@ -11,6 +11,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/custody-key-dates-and-delius/deploy/values-dev.yml b/projects/custody-key-dates-and-delius/deploy/values-dev.yml index 820b845c70..d68b27e7a2 100644 --- a/projects/custody-key-dates-and-delius/deploy/values-dev.yml +++ b/projects/custody-key-dates-and-delius/deploy/values-dev.yml @@ -11,6 +11,8 @@ generic-service: INTEGRATIONS_PRISON-API_URL: https://prison-api-dev.prison.service.justice.gov.uk SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/domain-events-and-delius/deploy/values-dev.yml b/projects/domain-events-and-delius/deploy/values-dev.yml index 80103f6bd7..163cc1b26e 100644 --- a/projects/domain-events-and-delius/deploy/values-dev.yml +++ b/projects/domain-events-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer SENTRY_ENVIRONMENT: dev + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/dps-and-delius/deploy/values-dev.yml b/projects/dps-and-delius/deploy/values-dev.yml index f49e70f93a..6554cf7274 100644 --- a/projects/dps-and-delius/deploy/values-dev.yml +++ b/projects/dps-and-delius/deploy/values-dev.yml @@ -11,6 +11,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer INTEGRATIONS_ALFRESCO_URL: https://alfresco.test.delius.probation.hmpps.dsd.io/alfresco/service/noms-spg + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/effective-proposal-framework-and-delius/deploy/values-dev.yml b/projects/effective-proposal-framework-and-delius/deploy/values-dev.yml index 7ecdc61141..28da216315 100644 --- a/projects/effective-proposal-framework-and-delius/deploy/values-dev.yml +++ b/projects/effective-proposal-framework-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/external-api-and-delius/deploy/values-dev.yml b/projects/external-api-and-delius/deploy/values-dev.yml index 30af1b4936..91e3d091d8 100644 --- a/projects/external-api-and-delius/deploy/values-dev.yml +++ b/projects/external-api-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/hdc-licences-and-delius/deploy/values-dev.yml b/projects/hdc-licences-and-delius/deploy/values-dev.yml index 7da83e8a00..a8cc0fa705 100644 --- a/projects/hdc-licences-and-delius/deploy/values-dev.yml +++ b/projects/hdc-licences-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/hmpps-auth-and-delius/deploy/values-dev.yml b/projects/hmpps-auth-and-delius/deploy/values-dev.yml index 43ab9985b1..156a7e0b28 100644 --- a/projects/hmpps-auth-and-delius/deploy/values-dev.yml +++ b/projects/hmpps-auth-and-delius/deploy/values-dev.yml @@ -9,6 +9,8 @@ generic-service: SENTRY_ENVIRONMENT: dev SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/make-recall-decisions-and-delius/deploy/values-dev.yml b/projects/make-recall-decisions-and-delius/deploy/values-dev.yml index 1622bda4fb..9622148c5a 100644 --- a/projects/make-recall-decisions-and-delius/deploy/values-dev.yml +++ b/projects/make-recall-decisions-and-delius/deploy/values-dev.yml @@ -12,6 +12,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer INTEGRATIONS_ALFRESCO_URL: https://alfresco.test.delius.probation.hmpps.dsd.io/alfresco/service/noms-spg/ + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/manage-offences-and-delius/deploy/values-dev.yml b/projects/manage-offences-and-delius/deploy/values-dev.yml index 21a00a8d8a..1ade5b3663 100644 --- a/projects/manage-offences-and-delius/deploy/values-dev.yml +++ b/projects/manage-offences-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/oauth/token INTEGRATIONS_MANAGE-OFFENCES_URL: https://manage-offences-api-dev.hmpps.service.justice.gov.uk + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/manage-pom-cases-and-delius/deploy/values-dev.yml b/projects/manage-pom-cases-and-delius/deploy/values-dev.yml index c6f22c9a7f..e1999e197e 100644 --- a/projects/manage-pom-cases-and-delius/deploy/values-dev.yml +++ b/projects/manage-pom-cases-and-delius/deploy/values-dev.yml @@ -11,6 +11,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/manage-supervision-and-delius/deploy/values-dev.yml b/projects/manage-supervision-and-delius/deploy/values-dev.yml index 83a41027a0..31a19a3b3a 100644 --- a/projects/manage-supervision-and-delius/deploy/values-dev.yml +++ b/projects/manage-supervision-and-delius/deploy/values-dev.yml @@ -12,6 +12,8 @@ generic-service: 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 + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/manage-supervision-and-oasys/deploy/values-dev.yml b/projects/manage-supervision-and-oasys/deploy/values-dev.yml index 0968eb93fe..33d48a824e 100644 --- a/projects/manage-supervision-and-oasys/deploy/values-dev.yml +++ b/projects/manage-supervision-and-oasys/deploy/values-dev.yml @@ -14,6 +14,8 @@ generic-service: INTEGRATIONS_ORDS_URL: https://t2.oasys.service.justice.gov.uk/eor/oasys + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/oasys-and-delius/deploy/values-dev.yml b/projects/oasys-and-delius/deploy/values-dev.yml index c086d35c10..f4c186259a 100644 --- a/projects/oasys-and-delius/deploy/values-dev.yml +++ b/projects/oasys-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: 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 + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/offender-events-and-delius/deploy/values-dev.yml b/projects/offender-events-and-delius/deploy/values-dev.yml index 556f390620..293dbf6740 100644 --- a/projects/offender-events-and-delius/deploy/values-dev.yml +++ b/projects/offender-events-and-delius/deploy/values-dev.yml @@ -7,6 +7,8 @@ generic-service: env: SENTRY_ENVIRONMENT: dev + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/opd-and-delius/deploy/values-dev.yml b/projects/opd-and-delius/deploy/values-dev.yml index 1e586ea33a..07f5427d7a 100644 --- a/projects/opd-and-delius/deploy/values-dev.yml +++ b/projects/opd-and-delius/deploy/values-dev.yml @@ -9,6 +9,8 @@ generic-service: SENTRY_ENVIRONMENT: dev SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/oauth/token + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/pathfinder-and-delius/deploy/values-dev.yml b/projects/pathfinder-and-delius/deploy/values-dev.yml index 53ff03091f..e5b16f1d93 100644 --- a/projects/pathfinder-and-delius/deploy/values-dev.yml +++ b/projects/pathfinder-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/pre-sentence-reports-to-delius/deploy/values-dev.yml b/projects/pre-sentence-reports-to-delius/deploy/values-dev.yml index d442436602..0ab8f05c58 100644 --- a/projects/pre-sentence-reports-to-delius/deploy/values-dev.yml +++ b/projects/pre-sentence-reports-to-delius/deploy/values-dev.yml @@ -16,6 +16,8 @@ generic-service: INTEGRATIONS_NEW-TECH_BASE-URL: https://ndelius.test.probation.service.justice.gov.uk/newTech LOGGING_LEVEL_COM_AMAZON_SQS: DEBUG + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/prison-case-notes-to-probation/deploy/values-dev.yml b/projects/prison-case-notes-to-probation/deploy/values-dev.yml index d8b1a0111e..dbdc2c6c45 100644 --- a/projects/prison-case-notes-to-probation/deploy/values-dev.yml +++ b/projects/prison-case-notes-to-probation/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/oauth/token LOGGING_LEVEL_COM_AMAZON_SQS: DEBUG + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/prison-custody-status-to-delius/deploy/values-dev.yml b/projects/prison-custody-status-to-delius/deploy/values-dev.yml index bb6d7d361a..073087d8e1 100644 --- a/projects/prison-custody-status-to-delius/deploy/values-dev.yml +++ b/projects/prison-custody-status-to-delius/deploy/values-dev.yml @@ -8,6 +8,8 @@ generic-service: env: SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/oauth/token SENTRY_ENVIRONMENT: dev + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG INTEGRATIONS_PRISON-API_URL: https://prison-api-dev.prison.service.justice.gov.uk diff --git a/projects/prison-education-and-delius/deploy/values-dev.yml b/projects/prison-education-and-delius/deploy/values-dev.yml index ff9e0073dd..252ba88952 100644 --- a/projects/prison-education-and-delius/deploy/values-dev.yml +++ b/projects/prison-education-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/prison-identifier-and-delius/deploy/values-dev.yml b/projects/prison-identifier-and-delius/deploy/values-dev.yml index c7b6739e1c..a86d127b02 100644 --- a/projects/prison-identifier-and-delius/deploy/values-dev.yml +++ b/projects/prison-identifier-and-delius/deploy/values-dev.yml @@ -12,6 +12,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer INTEGRATIONS_PRISONER-SEARCH_URL: https://prisoner-search-dev.prison.service.justice.gov.uk + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/prisoner-profile-and-delius/deploy/values-dev.yml b/projects/prisoner-profile-and-delius/deploy/values-dev.yml index 3814ae9181..572e56fbb3 100644 --- a/projects/prisoner-profile-and-delius/deploy/values-dev.yml +++ b/projects/prisoner-profile-and-delius/deploy/values-dev.yml @@ -12,6 +12,8 @@ generic-service: INTEGRATIONS_ALFRESCO_URL: https://alfresco.test.delius.probation.hmpps.dsd.io/alfresco/service/noms-spg + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/refer-and-monitor-and-delius/deploy/values-dev.yml b/projects/refer-and-monitor-and-delius/deploy/values-dev.yml index 21fc8dcbd5..804374fbc6 100644 --- a/projects/refer-and-monitor-and-delius/deploy/values-dev.yml +++ b/projects/refer-and-monitor-and-delius/deploy/values-dev.yml @@ -11,6 +11,8 @@ generic-service: 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 + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/resettlement-passport-and-delius/deploy/values-dev.yml b/projects/resettlement-passport-and-delius/deploy/values-dev.yml index bcc292eb0e..3486f4ff58 100644 --- a/projects/resettlement-passport-and-delius/deploy/values-dev.yml +++ b/projects/resettlement-passport-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/risk-assessment-scores-to-delius/deploy/values-dev.yml b/projects/risk-assessment-scores-to-delius/deploy/values-dev.yml index b569f3860b..ca92758d2a 100644 --- a/projects/risk-assessment-scores-to-delius/deploy/values-dev.yml +++ b/projects/risk-assessment-scores-to-delius/deploy/values-dev.yml @@ -7,6 +7,8 @@ generic-service: env: SENTRY_ENVIRONMENT: dev + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/sentence-plan-and-delius/deploy/values-dev.yml b/projects/sentence-plan-and-delius/deploy/values-dev.yml index 5d93e7d87f..678284366f 100644 --- a/projects/sentence-plan-and-delius/deploy/values-dev.yml +++ b/projects/sentence-plan-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/sentence-plan-and-oasys/deploy/values-dev.yml b/projects/sentence-plan-and-oasys/deploy/values-dev.yml index cffb713f0c..3f90fa737e 100644 --- a/projects/sentence-plan-and-oasys/deploy/values-dev.yml +++ b/projects/sentence-plan-and-oasys/deploy/values-dev.yml @@ -12,6 +12,8 @@ generic-service: INTEGRATIONS_ORDS_OASYS_URL: https://ords.t2.oasys.service.justice.gov.uk/eor/oasys + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/soc-and-delius/deploy/values-dev.yml b/projects/soc-and-delius/deploy/values-dev.yml index 44f6fdb819..9f136dfe90 100644 --- a/projects/soc-and-delius/deploy/values-dev.yml +++ b/projects/soc-and-delius/deploy/values-dev.yml @@ -10,6 +10,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/tier-to-delius/deploy/values-dev.yml b/projects/tier-to-delius/deploy/values-dev.yml index ac6e106162..6c816a774c 100644 --- a/projects/tier-to-delius/deploy/values-dev.yml +++ b/projects/tier-to-delius/deploy/values-dev.yml @@ -12,6 +12,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-dev.svc.cluster.local/auth/.well-known/jwks.json SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/unpaid-work-and-delius/deploy/values-dev.yml b/projects/unpaid-work-and-delius/deploy/values-dev.yml index c552f1f891..70bbdef8e3 100644 --- a/projects/unpaid-work-and-delius/deploy/values-dev.yml +++ b/projects/unpaid-work-and-delius/deploy/values-dev.yml @@ -13,6 +13,8 @@ generic-service: INTEGRATIONS_ALFRESCO_URL: https://alfresco.test.delius.probation.hmpps.dsd.io/alfresco/service/noms-spg/ + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/projects/workforce-allocations-to-delius/deploy/values-dev.yml b/projects/workforce-allocations-to-delius/deploy/values-dev.yml index 9a5e810594..c1cbdc9a9d 100644 --- a/projects/workforce-allocations-to-delius/deploy/values-dev.yml +++ b/projects/workforce-allocations-to-delius/deploy/values-dev.yml @@ -12,6 +12,8 @@ generic-service: SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer INTEGRATIONS_ALFRESCO_URL: https://alfresco.test.delius.probation.hmpps.dsd.io/alfresco/service/noms-spg/ + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/templates/projects/api-client-and-server/deploy/values-dev.yml b/templates/projects/api-client-and-server/deploy/values-dev.yml index 94420cea1c..cfcf7d92e9 100644 --- a/templates/projects/api-client-and-server/deploy/values-dev.yml +++ b/templates/projects/api-client-and-server/deploy/values-dev.yml @@ -13,6 +13,8 @@ generic-service: 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 + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/templates/projects/api-server/deploy/values-dev.yml b/templates/projects/api-server/deploy/values-dev.yml index 7d81f0f9b3..fc98941002 100644 --- a/templates/projects/api-server/deploy/values-dev.yml +++ b/templates/projects/api-server/deploy/values-dev.yml @@ -12,6 +12,8 @@ generic-service: 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 + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/templates/projects/message-listener-with-api-client-and-server/deploy/values-dev.yml b/templates/projects/message-listener-with-api-client-and-server/deploy/values-dev.yml index 94420cea1c..cfcf7d92e9 100644 --- a/templates/projects/message-listener-with-api-client-and-server/deploy/values-dev.yml +++ b/templates/projects/message-listener-with-api-client-and-server/deploy/values-dev.yml @@ -13,6 +13,8 @@ generic-service: 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 + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/templates/projects/message-listener-with-api-client/deploy/values-dev.yml b/templates/projects/message-listener-with-api-client/deploy/values-dev.yml index b766435202..f6d3a002f2 100644 --- a/templates/projects/message-listener-with-api-client/deploy/values-dev.yml +++ b/templates/projects/message-listener-with-api-client/deploy/values-dev.yml @@ -11,6 +11,8 @@ generic-service: SENTRY_ENVIRONMENT: dev SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/oauth/token + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: diff --git a/templates/projects/message-listener/deploy/values-dev.yml b/templates/projects/message-listener/deploy/values-dev.yml index f3f7118af6..decc106afa 100644 --- a/templates/projects/message-listener/deploy/values-dev.yml +++ b/templates/projects/message-listener/deploy/values-dev.yml @@ -9,6 +9,8 @@ generic-service: env: SENTRY_ENVIRONMENT: dev + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: