Skip to content

Commit

Permalink
Fix typo and null allowlist for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhughes86 committed Nov 19, 2024
1 parent bb680a2 commit fa2bbe0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generic-service:
ingress:
enabled: true
host: app-hostname.local # override per environment
tlsSecretName: hmpps-community-accommodation-tier-2-bail-ui-cert
tlsSecretName: hmpps-community-accommodation-tier-2-bail-cert

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

ingress:
host: community-accommodation-tier-2-bail-ui-dev.hmpps.service.justice.gov.uk
host: community-accommodation-tier-2-bail-dev.hmpps.service.justice.gov.uk
tlsSecretName: hmpps-community-accommodation-tier-2-bail-dev-cert

env:
INGRESS_URL: "https://community-accommodation-tier-2-bail-ui-dev.hmpps.service.justice.gov.uk"
INGRESS_URL: "https://community-accommodation-tier-2-bail-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
AUDIT_ENABLED: "false"

allowlist: null

generic-prometheus-alerts:
alertSeverity: digital-prison-service-dev
5 changes: 3 additions & 2 deletions helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ generic-service:
replicaCount: 2

ingress:
host: community-accommodation-tier-2-bail-ui-preprod.hmpps.service.justice.gov.uk
host: community-accommodation-tier-2-bail-preprod.hmpps.service.justice.gov.uk
tlsSecretName: hmpps-community-accommodation-tier-2-bail-preprod-cert

env:
INGRESS_URL: "https://community-accommodation-tier-2-bail-ui-preprod.hmpps.service.justice.gov.uk"
INGRESS_URL: "https://community-accommodation-tier-2-bail-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
3 changes: 2 additions & 1 deletion helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

generic-service:
ingress:
host: community-accommodation-tier-2-bail-ui.hmpps.service.justice.gov.uk
host: community-accommodation-tier-2-bail.hmpps.service.justice.gov.uk
tlsSecretName: hmpps-community-accommodation-tier-2-bail-cert

env:
INGRESS_URL: "https://community-accommodation-tier-2-bail-ui.hmpps.service.justice.gov.uk"
Expand Down

0 comments on commit fa2bbe0

Please sign in to comment.