FEAT(repo): route InfoInhibitor to null

- Route InfoInhibitor alerts to null
- Prevent unnecessary alert notifications
This commit is contained in:
2026-01-03 00:11:58 +09:00
parent 925b8f2e01
commit f7e11efe03

View File

@@ -48,6 +48,12 @@ spec:
repeat_interval: 4h
receiver: "email"
routes:
- match:
alertname: Watchdog
receiver: "null"
- match:
alertname: InfoInhibitor
receiver: "null"
- match:
severity: critical
receiver: "email"
@@ -58,9 +64,6 @@ spec:
receiver: "email"
group_wait: 1m
repeat_interval: 4h
- match:
alertname: Watchdog
receiver: "null"
receivers:
- name: "email"
email_configs: