Skip to content

Commit

Permalink
[kube-prometheus-stack] inhibit InfoInhibitor alerts by default (#3964)
Browse files Browse the repository at this point in the history
Signed-off-by: ANGkeith <[email protected]>
  • Loading branch information
ANGkeith authored Dec 15, 2023
1 parent 5d9e4a1 commit 9eb0319
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ alertmanager:
- 'severity = info'
equal:
- 'namespace'
- target_matchers:
- 'alertname = InfoInhibitor'
route:
group_by: ['namespace']
group_wait: 30s
Expand All @@ -320,7 +322,7 @@ alertmanager:
routes:
- receiver: 'null'
matchers:
- alertname =~ "InfoInhibitor|Watchdog"
- alertname = "Watchdog"
receivers:
- name: 'null'
templates:
Expand Down

0 comments on commit 9eb0319

Please sign in to comment.