From 354ef2a6f9d8d1bc0b0c6b66468e250e5c89673d Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sat, 13 Dec 2025 15:08:44 -0600 Subject: [PATCH] fix nesting --- k8s/monitoring/values-production.yaml | 2 +- k8s/monitoring/values-staging.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/monitoring/values-production.yaml b/k8s/monitoring/values-production.yaml index c84dbab..d1b5b7a 100644 --- a/k8s/monitoring/values-production.yaml +++ b/k8s/monitoring/values-production.yaml @@ -148,7 +148,7 @@ kube-prometheus-stack: repeat_interval: 12h receiver: 'null' routes: - - match: + - match: alertname: WebrtcBeCrashed receiver: 'email-and-slack-notifications' - match: diff --git a/k8s/monitoring/values-staging.yaml b/k8s/monitoring/values-staging.yaml index 70558e5..e0c42bd 100644 --- a/k8s/monitoring/values-staging.yaml +++ b/k8s/monitoring/values-staging.yaml @@ -148,7 +148,7 @@ kube-prometheus-stack: repeat_interval: 12h receiver: 'null' routes: - - match: + - match: alertname: WebrtcBeCrashed receiver: 'email-and-slack-notifications' - match: