Skip to content

Commit

Permalink
CDPS-1171: Implementing preprod refresh (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
brightonsbox authored Jan 30, 2025
1 parent 7a32127 commit f8d0e1a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ generic-service:
API_HMPPS_AUTH_BASE_URL: "https://sign-in.hmpps.service.justice.gov.uk/auth"
API_PRISONER_SEARCH_BASE_URL: "https://prisoner-search.prison.service.justice.gov.uk"

postgresDatabaseRestore:
enabled: true
namespace_secrets:
rds-postgresql-instance-output:
DB_NAME: "database_name"
DB_USER: "database_username"
DB_PASS: "database_password"
DB_HOST: "rds_instance_address"
rds-postgresql-instance-output-preprod:
DB_NAME_PREPROD: "database_name"
DB_USER_PREPROD: "database_username"
DB_PASS_PREPROD: "database_password"
DB_HOST_PREPROD: "rds_instance_address"

# CloudPlatform AlertManager receiver to route prometheus alerts to slack
# See https://user-guide.cloud-platform.service.justice.gov.uk/documentation/monitoring-an-app/how-to-create-alarms.html#creating-your-own-custom-alerts
generic-prometheus-alerts:
Expand Down

0 comments on commit f8d0e1a

Please sign in to comment.