From d73308ee95a5d7b554c1431d42272758c5ca9279 Mon Sep 17 00:00:00 2001 From: SimonMitchellMOJ <51327941+SimonMitchellMOJ@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:40:22 +0000 Subject: [PATCH] Update values.yaml (#67) Added missing REDIS_ENABLED: "true" --- helm_deploy/hmpps-authorization/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm_deploy/hmpps-authorization/values.yaml b/helm_deploy/hmpps-authorization/values.yaml index 78529946..009735ef 100644 --- a/helm_deploy/hmpps-authorization/values.yaml +++ b/helm_deploy/hmpps-authorization/values.yaml @@ -32,6 +32,7 @@ generic-service: # Environment variables to load into the deployment env: NODE_ENV: "production" + REDIS_ENABLED: "true" REDIS_TLS_ENABLED: "true" TOKEN_VERIFICATION_ENABLED: "true" APPLICATIONINSIGHTS_CONNECTION_STRING: "InstrumentationKey=$(APPINSIGHTS_INSTRUMENTATIONKEY);IngestionEndpoint=https://northeurope-0.in.applicationinsights.azure.com/;LiveEndpoint=https://northeurope.livediagnostics.monitor.azure.com/"