Skip to content

Commit

Permalink
HAAR-2297: πŸš€ deploy to hmpps-auth-stage namespace (#61)
Browse files Browse the repository at this point in the history
* HAAR-2297: πŸš€ deploy to hmpps-auth-stage namespace

* HAAR-2297: πŸš€ deploy to hmpps-auth-stage namespace
  • Loading branch information
SimonMitchellMOJ committed Feb 7, 2024
1 parent d4a5fb6 commit 119c37d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,22 @@ workflows:
- integration_test
- build_docker
helm_timeout: 5m
- hmpps/deploy_env:
name: deploy_stage
env: "stage"
context:
- hmpps-common-vars
- hmpps-authorization-stage
filters:
branches:
only:
- main
requires:
- helm_lint
- unit_test
- integration_test
- build_docker
helm_timeout: 5m
# - request-preprod-approval:
# type: approval
# requires:
Expand All @@ -159,7 +175,6 @@ workflows:
# context:
# - hmpps-common-vars
# - hmpps-authorization-preprod
# - hmpps-template-typescript-preprod
# requires:
# - request-preprod-approval
# helm_timeout: 5m
Expand Down
19 changes: 19 additions & 0 deletions helm_deploy/values-stage.yaml
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: STAGE

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

0 comments on commit 119c37d

Please sign in to comment.