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