Skip to content

Commit

Permalink
Added env variables for os places api key
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-bcl committed Dec 13, 2024
1 parent 8948a7e commit 639bff6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/common-platform-and-delius/deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ generic-service:
ingress:
tlsSecretName: common-platform-and-delius-cert

env:
OS-PLACES_API_URL: https://api.os.uk

namespace_secrets:
common:
SPRING_DATASOURCE_URL: DB_URL
Expand All @@ -25,6 +28,8 @@ generic-service:
MESSAGING_CONSUMER_QUEUE: QUEUE_NAME
hmpps-domain-events-topic:
MESSAGING_PRODUCER_TOPIC: topic_arn
common-platform-and-delius-os-places:
OS-PLACES_API_KEY: API_KEY

generic-prometheus-alerts:
targetApplication: common-platform-and-delius
Expand Down

0 comments on commit 639bff6

Please sign in to comment.