Skip to content

Commit

Permalink
SDIT-2371: 🐛 Fix alert severity (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergphillips authored Dec 31, 2024
1 parent c024a54 commit a7472ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions helm_deploy/hmpps-historical-prisoner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ generic-service:

generic-prometheus-alerts:
targetApplication: hmpps-historical-prisoner
alertSeverity: syscon

gotenberg:
nameOverride: gotenberg
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ generic-service:

generic-prometheus-alerts:
businessHoursOnly: true
alertSeverity: syscon-alerts-non-prod
alertSeverity: syscon-nonprod

gotenberg:
replicaCount: 2
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ generic-service:

generic-prometheus-alerts:
businessHoursOnly: true
alertSeverity: syscon-alerts-non-prod
alertSeverity: syscon-nonprod

gotenberg:
replicaCount: 2
Expand Down
3 changes: 0 additions & 3 deletions helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ generic-service:
groups:
- internal
- prisons

generic-prometheus-alerts:
alertSeverity: syscon-alerts

0 comments on commit a7472ca

Please sign in to comment.