From 803f5779f79d99fd893e04b9f9cf28290c1c12c0 Mon Sep 17 00:00:00 2001 From: Michael Clancy <92720613+mtac50@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:31:28 +0000 Subject: [PATCH] CDPS-1054: Set custom alert severity (#7) --- helm_deploy/values-dev.yaml | 2 +- helm_deploy/values-preprod.yaml | 2 +- helm_deploy/values-prod.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm_deploy/values-dev.yaml b/helm_deploy/values-dev.yaml index 684d1f1..a6801c7 100644 --- a/helm_deploy/values-dev.yaml +++ b/helm_deploy/values-dev.yaml @@ -15,4 +15,4 @@ generic-service: # 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: - alertSeverity: digital-prison-service-dev + alertSeverity: hmpps-person-integration-api-dev diff --git a/helm_deploy/values-preprod.yaml b/helm_deploy/values-preprod.yaml index d0e6e8a..6137017 100644 --- a/helm_deploy/values-preprod.yaml +++ b/helm_deploy/values-preprod.yaml @@ -15,4 +15,4 @@ generic-service: # 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: - alertSeverity: digital-prison-service-dev + alertSeverity: hmpps-person-integration-api-preprod diff --git a/helm_deploy/values-prod.yaml b/helm_deploy/values-prod.yaml index ea402f8..618ed69 100644 --- a/helm_deploy/values-prod.yaml +++ b/helm_deploy/values-prod.yaml @@ -12,4 +12,4 @@ generic-service: # 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: - alertSeverity: digital-prison-service + alertSeverity: hmpps-person-integration-api-prod