Skip to content

Commit

Permalink
Helm values for preprod prod (#20)
Browse files Browse the repository at this point in the history
* MAP-1878: Adding preprod and prod helm values

* MAP-1878: Configure default downtime for dev and preprod pods
  • Loading branch information
ashleygyngell authored Feb 13, 2025
1 parent ae36a54 commit d5c9348
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
3 changes: 3 additions & 0 deletions helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ generic-service:
ingress:
host: prison-roll-count-dev.hmpps.service.justice.gov.uk

scheduledDowntime:
enabled: true

env:
PRODUCT_ID: "DPS118"
INGRESS_URL: "https://prison-roll-count-dev.hmpps.service.justice.gov.uk"
Expand Down
18 changes: 17 additions & 1 deletion helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,25 @@ generic-service:
ingress:
host: prison-roll-count-preprod.hmpps.service.justice.gov.uk

scheduledDowntime:
enabled: true

env:
PRODUCT_ID: "DPS118"
INGRESS_URL: "https://prison-roll-count-preprod.hmpps.service.justice.gov.uk"
ENVIRONMENT_NAME: PRE-PRODUCTION
HMPPS_AUTH_URL: "https://sign-in-preprod.hmpps.service.justice.gov.uk/auth"

# APIs
LOCATIONS_INSIDE_PRISON_API_URL: "https://locations-inside-prison-api-preprod.hmpps.service.justice.gov.uk"
PRISON_API_URL: "https://prison-api-preprod.prison.service.justice.gov.uk"
PRISONER_SEARCH_API_URL: "https://prisoner-search-preprod.prison.service.justice.gov.uk"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api-preprod.prison.service.justice.gov.uk"
ENVIRONMENT_NAME: PRE-PRODUCTION
COMPONENT_API_URL: "https://frontend-components-preprod.hmpps.service.justice.gov.uk"

# Service URLs
CHANGE_SOMEONES_CELL_URL: "https://change-someones-cell-preprod.prison.service.justice.gov.uk"
DIGITAL_PRISONS_URL: "https://digital-preprod.prison.service.justice.gov.uk"
PRISONER_PROFILE_URL: "https://prisoner-preprod.digital.prison.service.justice.gov.uk"

AUDIT_ENABLED: "false"
16 changes: 14 additions & 2 deletions helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@ generic-service:
env:
INGRESS_URL: "https://prison-roll-count.hmpps.service.justice.gov.uk"
HMPPS_AUTH_URL: "https://sign-in.hmpps.service.justice.gov.uk/auth"

# APIs
LOCATIONS_INSIDE_PRISON_API_URL: "https://locations-inside-prison-api.hmpps.service.justice.gov.uk"
PRISON_API_URL: "https://prison-api.prison.service.justice.gov.uk"
PRISONER_SEARCH_API_URL: "https://prisoner-search.prison.service.justice.gov.uk"
TOKEN_VERIFICATION_API_URL: "https://token-verification-api.prison.service.justice.gov.uk"
COMPONENT_API_URL: "https://frontend-components.hmpps.service.justice.gov.uk"

# Service URLs
CHANGE_SOMEONES_CELL_URL: "https://change-someones-cell.prison.service.justice.gov.uk"
DIGITAL_PRISONS_URL: "https://digital.prison.service.justice.gov.uk"
PRISONER_PROFILE_URL: "https://prisoner.digital.prison.service.justice.gov.uk"

AUDIT_ENABLED: "false"

generic-prometheus-alerts:
alertSeverity: move-a-prisoner-alerts-prod
generic-prometheus-alerts:
alertSeverity: move-a-prisoner-alerts-prod

0 comments on commit d5c9348

Please sign in to comment.