Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HAAR-2297: 🚀 deploy to hmpps-auth-stage namespace #61

Merged
merged 2 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: DEV
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should that be STAGE instead?


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