Skip to content

Commit

Permalink
HAAR-2515: update helm config (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mitchell authored Apr 18, 2024
1 parent c582667 commit 7d71051
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm_deploy/hmpps-audit-poc-ui/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
generic-service:
nameOverride: hmpps-audit-poc-ui
serviceAccountName: hmpps-audit-poc-ui
serviceAccountName: hmpps-audit-poc
productId: "DPS018"

replicaCount: 2
Expand Down
4 changes: 2 additions & 2 deletions helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ generic-service:
replicaCount: 2

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

env:
INGRESS_URL: "https://hmpps-audit-poc-ui-dev.hmpps.service.justice.gov.uk"
INGRESS_URL: "https://audit-poc-ui-dev.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in-dev.hmpps.service.justice.gov.uk/auth"
MANAGE_USERS_API_URL: "https://manage-users-api-dev.hmpps.service.justice.gov.uk"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-dev.prison.service.justice.gov.uk"
Expand Down
4 changes: 2 additions & 2 deletions helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ generic-service:
replicaCount: 2

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

env:
INGRESS_URL: "https://hmpps-audit-poc-ui-preprod.hmpps.service.justice.gov.uk"
INGRESS_URL: "https://audit-poc-ui-preprod.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in-preprod.hmpps.service.justice.gov.uk/auth"
MANAGE_USERS_API_URL: "https://manage-users-api-preprod.hmpps.service.justice.gov.uk"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-preprod.prison.service.justice.gov.uk"
Expand Down
4 changes: 2 additions & 2 deletions helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ generic-service:
replicaCount: 2

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

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

0 comments on commit 7d71051

Please sign in to comment.