Skip to content

Commit

Permalink
Update values.yaml (#67)
Browse files Browse the repository at this point in the history
Added missing REDIS_ENABLED: "true"
  • Loading branch information
simon-mitchell authored Feb 12, 2024
1 parent 8c8d5c4 commit d73308e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm_deploy/hmpps-authorization/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit d73308e

Please sign in to comment.