diff --git a/projects/approved-premises-and-delius/deploy/values-dev.yml b/projects/approved-premises-and-delius/deploy/values-dev.yml index 9670138eb6..9027307abd 100644 --- a/projects/approved-premises-and-delius/deploy/values-dev.yml +++ b/projects/approved-premises-and-delius/deploy/values-dev.yml @@ -12,6 +12,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..c9a599b095 100644 --- a/projects/arns-and-delius/deploy/values-dev.yml +++ b/projects/arns-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..a67572f3e9 100644 --- a/projects/assessment-summary-and-delius/deploy/values-dev.yml +++ b/projects/assessment-summary-and-delius/deploy/values-dev.yml @@ -9,6 +9,9 @@ generic-service: SENTRY_ENVIRONMENT: dev INTEGRATIONS_ORDS_URL: https://t2.oasys.service.justice.gov.uk/eor/oasys + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..bcb998267b 100644 --- a/projects/cas2-and-delius/deploy/values-dev.yml +++ b/projects/cas2-and-delius/deploy/values-dev.yml @@ -9,6 +9,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..e97f258d85 100644 --- a/projects/cas3-and-delius/deploy/values-dev.yml +++ b/projects/cas3-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..439e0bb175 100644 --- a/projects/court-case-and-delius/deploy/values-dev.yml +++ b/projects/court-case-and-delius/deploy/values-dev.yml @@ -11,6 +11,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..efe13ed4cc 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..b40d19fa31 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..7d7821f413 100644 --- a/projects/domain-events-and-delius/deploy/values-dev.yml +++ b/projects/domain-events-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..5783d9f013 100644 --- a/projects/dps-and-delius/deploy/values-dev.yml +++ b/projects/dps-and-delius/deploy/values-dev.yml @@ -11,6 +11,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..212c1d560c 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..a1b09fcb35 100644 --- a/projects/external-api-and-delius/deploy/values-dev.yml +++ b/projects/external-api-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..a7009351d4 100644 --- a/projects/hdc-licences-and-delius/deploy/values-dev.yml +++ b/projects/hdc-licences-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..285b40fbd4 100644 --- a/projects/hmpps-auth-and-delius/deploy/values-dev.yml +++ b/projects/hmpps-auth-and-delius/deploy/values-dev.yml @@ -9,6 +9,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..4981c54e0f 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..2bbac8ac80 100644 --- a/projects/manage-offences-and-delius/deploy/values-dev.yml +++ b/projects/manage-offences-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..537a73a716 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..e8b6805be2 100644 --- a/projects/manage-supervision-and-delius/deploy/values-dev.yml +++ b/projects/manage-supervision-and-delius/deploy/values-dev.yml @@ -12,6 +12,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..f58b37f4b5 100644 --- a/projects/oasys-and-delius/deploy/values-dev.yml +++ b/projects/oasys-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..efc1e610c2 100644 --- a/projects/offender-events-and-delius/deploy/values-dev.yml +++ b/projects/offender-events-and-delius/deploy/values-dev.yml @@ -7,6 +7,9 @@ generic-service: env: SENTRY_ENVIRONMENT: dev + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..e50b302ae8 100644 --- a/projects/opd-and-delius/deploy/values-dev.yml +++ b/projects/opd-and-delius/deploy/values-dev.yml @@ -9,6 +9,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..4ee162f582 100644 --- a/projects/pathfinder-and-delius/deploy/values-dev.yml +++ b/projects/pathfinder-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..31f87a6649 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..c42f7e3110 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..ce842e677d 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..f57367cd1c 100644 --- a/projects/prison-education-and-delius/deploy/values-dev.yml +++ b/projects/prison-education-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..f6a48d7c43 100644 --- a/projects/prison-identifier-and-delius/deploy/values-dev.yml +++ b/projects/prison-identifier-and-delius/deploy/values-dev.yml @@ -12,6 +12,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..231e904d0b 100644 --- a/projects/prisoner-profile-and-delius/deploy/values-dev.yml +++ b/projects/prisoner-profile-and-delius/deploy/values-dev.yml @@ -12,6 +12,9 @@ generic-service: INTEGRATIONS_ALFRESCO_URL: https://alfresco.test.delius.probation.hmpps.dsd.io/alfresco/service/noms-spg + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..bf578673a0 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..83d84ce8a0 100644 --- a/projects/resettlement-passport-and-delius/deploy/values-dev.yml +++ b/projects/resettlement-passport-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..32d0a8ffcd 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,9 @@ generic-service: env: SENTRY_ENVIRONMENT: dev + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..f57c0bf2d1 100644 --- a/projects/sentence-plan-and-delius/deploy/values-dev.yml +++ b/projects/sentence-plan-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..9004e88de7 100644 --- a/projects/soc-and-delius/deploy/values-dev.yml +++ b/projects/soc-and-delius/deploy/values-dev.yml @@ -10,6 +10,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..fe4032bd2d 100644 --- a/projects/tier-to-delius/deploy/values-dev.yml +++ b/projects/tier-to-delius/deploy/values-dev.yml @@ -12,6 +12,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..d23acf802b 100644 --- a/projects/unpaid-work-and-delius/deploy/values-dev.yml +++ b/projects/unpaid-work-and-delius/deploy/values-dev.yml @@ -13,6 +13,9 @@ generic-service: INTEGRATIONS_ALFRESCO_URL: https://alfresco.test.delius.probation.hmpps.dsd.io/alfresco/service/noms-spg/ + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..94701fba7b 100644 --- a/projects/workforce-allocations-to-delius/deploy/values-dev.yml +++ b/projects/workforce-allocations-to-delius/deploy/values-dev.yml @@ -12,6 +12,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..96e98d945e 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..4cf8f26f0e 100644 --- a/templates/projects/api-server/deploy/values-dev.yml +++ b/templates/projects/api-server/deploy/values-dev.yml @@ -12,6 +12,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..96e98d945e 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..6b5e2a51c7 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,9 @@ 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 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + 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..a5cc07547a 100644 --- a/templates/projects/message-listener/deploy/values-dev.yml +++ b/templates/projects/message-listener/deploy/values-dev.yml @@ -9,6 +9,9 @@ generic-service: env: SENTRY_ENVIRONMENT: dev + SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 5 + SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 0 + LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG generic-prometheus-alerts: