Skip to content

Commit

Permalink
Update hmpps-template-typescript app to use new CP terraform module (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops authored Jan 21, 2025
1 parent abd5470 commit 62adb7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions helm_deploy/hmpps-template-typescript/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ generic-service:
AUTH_CODE_CLIENT_SECRET: 'AUTH_CODE_CLIENT_SECRET'
CLIENT_CREDS_CLIENT_ID: 'CLIENT_CREDS_CLIENT_ID'
CLIENT_CREDS_CLIENT_SECRET: 'CLIENT_CREDS_CLIENT_SECRET'
hmpps-template-typescript-session-secret:
SESSION_SECRET: 'SESSION_SECRET'
elasticache-redis:
hmpps-template-typescript-elasticache-redis:
REDIS_HOST: 'primary_endpoint_address'
REDIS_AUTH_TOKEN: 'auth_token'
application-insights:
hmpps-template-typescript-application-insights:
APPLICATIONINSIGHTS_CONNECTION_STRING: "APPLICATIONINSIGHTS_CONNECTION_STRING"
# This secret will need to be created in your namespace (note it isn't in hmpps-templates-dev)
# IRSA configuration in your namespace will also be required, and then uncomment serviceAccountName above.
Expand Down

0 comments on commit 62adb7d

Please sign in to comment.