From f49f51302ecc79f5d88c600cbbcd27795ff34a10 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 14 Dec 2025 07:39:53 -0600 Subject: [PATCH] Still working on alerts --- k8s/monitoring/values-production.yaml | 8 +------- k8s/monitoring/values-staging.yaml | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/k8s/monitoring/values-production.yaml b/k8s/monitoring/values-production.yaml index 6395523..f26a352 100644 --- a/k8s/monitoring/values-production.yaml +++ b/k8s/monitoring/values-production.yaml @@ -66,13 +66,7 @@ kube-prometheus-stack: - monitoring # Its own namespace - webrtc-be # Your app's namespace # Enable discovery of PrometheusRules in these namespaces - ruleNamespaceSelector: - matchExpressions: - - key: kubernetes.io/metadata.name - operator: In - values: - - monitoring - - webrtc-be + ruleNamespaceSelector: {} # Match all namespaces (avoids dependency on namespace labels) ruleSelector: matchExpressions: [] # Match all rules in selected namespaces # Add the manual scrape configuration diff --git a/k8s/monitoring/values-staging.yaml b/k8s/monitoring/values-staging.yaml index 6eb6425..d751d8f 100644 --- a/k8s/monitoring/values-staging.yaml +++ b/k8s/monitoring/values-staging.yaml @@ -66,13 +66,7 @@ kube-prometheus-stack: - monitoring # Its own namespace - webrtc-be # Your app's namespace # Enable discovery of PrometheusRules in these namespaces - ruleNamespaceSelector: - matchExpressions: - - key: kubernetes.io/metadata.name - operator: In - values: - - monitoring - - webrtc-be + ruleNamespaceSelector: {} # Match all namespaces (avoids dependency on namespace labels) ruleSelector: matchExpressions: [] # Match all rules in selected namespaces # Add the manual scrape configuration