Skip to content

Commit

Permalink
NON-318: Get Azure Application Insights settings from kubernetes secr…
Browse files Browse the repository at this point in the history
…et directly (#398)
  • Loading branch information
ushkarev authored Nov 25, 2024
1 parent 5a5d852 commit d176bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm_deploy/hmpps-non-associations-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ generic-service:
JAVA_OPTS: "-Xmx512m"
SERVER_PORT: "8080"
SPRING_PROFILES_ACTIVE: "logstash"
APPLICATIONINSIGHTS_CONNECTION_STRING: "InstrumentationKey=$(APPINSIGHTS_INSTRUMENTATIONKEY)"
APPLICATIONINSIGHTS_CONFIGURATION_FILE: applicationinsights.json
HMPPS_SQS_USE_WEB_TOKEN: "true"

envFrom:
- secretRef:
name: hmpps-non-associations-api
- secretRef:
name: application-insights

namespace_secrets:
dps-rds-instance-output:
Expand Down

0 comments on commit d176bf6

Please # to comment.