Skip to content

Commit

Permalink
Fix ingress url
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-moj committed Dec 13, 2024
1 parent fd44498 commit 8c47ec1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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: allocate-key-workers-ui-dev.hmpps.service.justice.gov.uk
host: allocate-key-workers-dev.hmpps.service.justice.gov.uk

env:
INGRESS_URL: "https://allocate-key-workers-ui-dev.hmpps.service.justice.gov.uk"
INGRESS_URL: "https://allocate-key-workers-dev.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in-dev.hmpps.service.justice.gov.uk/auth"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-dev.prison.service.justice.gov.uk"
ENVIRONMENT_NAME: DEV
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: allocate-key-workers-ui-preprod.hmpps.service.justice.gov.uk
host: allocate-key-workers-preprod.hmpps.service.justice.gov.uk

env:
INGRESS_URL: "https://allocate-key-workers-ui-preprod.hmpps.service.justice.gov.uk"
INGRESS_URL: "https://allocate-key-workers-preprod.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in-preprod.hmpps.service.justice.gov.uk/auth"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-preprod.prison.service.justice.gov.uk"
ENVIRONMENT_NAME: PRE-PRODUCTION
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 @@ -3,10 +3,10 @@

generic-service:
ingress:
host: allocate-key-workers-ui.hmpps.service.justice.gov.uk
host: allocate-key-workers.hmpps.service.justice.gov.uk

env:
INGRESS_URL: "https://allocate-key-workers-ui.hmpps.service.justice.gov.uk"
INGRESS_URL: "https://allocate-key-workers.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"
AUDIT_ENABLED: "false"
Expand Down

0 comments on commit 8c47ec1

Please sign in to comment.