generated from ministryofjustice/hmpps-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HAAR-2297: 🚀 deploy to hmpps-auth-stage namespace
- Loading branch information
1 parent
d4a5fb6
commit ff228c6
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
# Per environment values which override defaults in hmpps-authorization/values.yaml | ||
|
||
generic-service: | ||
replicaCount: 2 | ||
|
||
ingress: | ||
host: authorization-stage.hmpps.service.justice.gov.uk | ||
|
||
env: | ||
INGRESS_URL: "https://authorization-stage.hmpps.service.justice.gov.uk" | ||
HMPPS_AUTH_URL: "https://sign-in-stage.hmpps.service.justice.gov.uk/auth" | ||
HMPPS_AUTHORIZATION_SERVER_URL: "https://authorization-server-stage.hmpps.service.justice.gov.uk" | ||
MANAGE_USERS_API_URL: "https://manage-users-api-stage.hmpps.service.justice.gov.uk" | ||
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-stage.prison.service.justice.gov.uk" | ||
ENVIRONMENT_NAME: DEV | ||
|
||
generic-prometheus-alerts: | ||
alertSeverity: digital-prison-service-dev |