Skip to content

Commit

Permalink
move to atlas and make alerts notify only
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Nov 6, 2023
1 parent ba332ef commit 6f0b44c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions helm/prometheus-rules/templates/alerting-rules/keda.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ spec:
cancel_if_cluster_status_creating: "true"
cancel_if_cluster_status_deleting: "true"
cancel_if_cluster_status_updating: "true"
severity: page
team: phoenix
cancel_if_outside_working_hours: "true"
severity: notify
team: atlas
topic: autoscaling
- alert: KedaScaledObjectErrors
annotations:
Expand All @@ -37,7 +38,7 @@ spec:
cancel_if_cluster_status_updating: "true"
cancel_if_outside_working_hours: "true"
severity: notify
team: phoenix
team: atlas
topic: autoscaling
- alert: KedaWebhookScaledObjectValidationErrors
annotations:
Expand All @@ -52,7 +53,7 @@ spec:
cancel_if_cluster_status_updating: "true"
cancel_if_outside_working_hours: "true"
severity: notify
team: phoenix
team: atlas
topic: autoscaling
- alert: KedaScalerErrors
annotations:
Expand All @@ -67,5 +68,5 @@ spec:
cancel_if_cluster_status_updating: "true"
cancel_if_outside_working_hours: "true"
severity: notify
team: phoenix
team: atlas
topic: autoscaling

0 comments on commit 6f0b44c

Please sign in to comment.