Skip to content

Commit

Permalink
HAAR-1900: add environment to helm values files (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mitchell authored Oct 19, 2023
1 parent c32923e commit dc00da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generic-service:
INGRESS_URL: "https://authorization-dev.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in-dev.hmpps.service.justice.gov.uk/auth"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-dev.prison.service.justice.gov.uk"
ENVIRONMENT_NAME: DEV

generic-prometheus-alerts:
alertSeverity: digital-prison-service-dev
1 change: 1 addition & 0 deletions helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generic-service:
INGRESS_URL: "https://hmpps-authorization-preprod.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in-preprod.hmpps.service.justice.gov.uk/auth"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-preprod.prison.service.justice.gov.uk"
ENVIRONMENT_NAME: PRE-PRODUCTION

generic-prometheus-alerts:
alertSeverity: digital-prison-service-dev

0 comments on commit dc00da5

Please sign in to comment.