Skip to content

Commit

Permalink
DT-2502 Add prod vlues (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehalmamoj committed Sep 10, 2021
1 parent 4b3847a commit 5e6fdca
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,20 +179,20 @@ workflows:
- hmpps-audit-poc-ui-preprod
requires:
- request-preprod-approval
# - request-prod-approval:
# type: approval
# requires:
# - deploy_preprod
# - hmpps/deploy_env:
# name: deploy_prod
# env: "prod"
# slack_notification: true
# slack_channel_name: << pipeline.parameters.releases-slack-channel >>
# context:
# - hmpps-common-vars
# - hmpps-audit-poc-ui-prod
# requires:
# - request-prod-approval
- request-prod-approval:
type: approval
requires:
- deploy_preprod
- hmpps/deploy_env:
name: deploy_prod
env: "prod"
slack_notification: true
slack_channel_name: << pipeline.parameters.releases-slack-channel >>
context:
- hmpps-common-vars
- hmpps-audit-poc-ui-prod
requires:
- request-prod-approval

security:
triggers:
Expand Down
12 changes: 12 additions & 0 deletions helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
# Per environment values which override defaults in hmpps-audit-poc-ui/values.yaml

generic-service:

ingress:
host: hmpps-audit-poc-ui.hmpps.service.justice.gov.uk

env:
INGRESS_URL: "https://hmpps-audit-poc-ui.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in.hmpps.service.justice.gov.uk/auth"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api.prison.service.justice.gov.uk"

0 comments on commit 5e6fdca

Please sign in to comment.