Still working on alerts

This commit is contained in:
Seth Call 2025-12-14 07:39:53 -06:00
parent 0e975e1feb
commit f49f51302e
2 changed files with 2 additions and 14 deletions

View File

@ -66,13 +66,7 @@ kube-prometheus-stack:
- monitoring # Its own namespace - monitoring # Its own namespace
- webrtc-be # Your app's namespace - webrtc-be # Your app's namespace
# Enable discovery of PrometheusRules in these namespaces # Enable discovery of PrometheusRules in these namespaces
ruleNamespaceSelector: ruleNamespaceSelector: {} # Match all namespaces (avoids dependency on namespace labels)
matchExpressions:
- key: kubernetes.io/metadata.name
operator: In
values:
- monitoring
- webrtc-be
ruleSelector: ruleSelector:
matchExpressions: [] # Match all rules in selected namespaces matchExpressions: [] # Match all rules in selected namespaces
# Add the manual scrape configuration # Add the manual scrape configuration

View File

@ -66,13 +66,7 @@ kube-prometheus-stack:
- monitoring # Its own namespace - monitoring # Its own namespace
- webrtc-be # Your app's namespace - webrtc-be # Your app's namespace
# Enable discovery of PrometheusRules in these namespaces # Enable discovery of PrometheusRules in these namespaces
ruleNamespaceSelector: ruleNamespaceSelector: {} # Match all namespaces (avoids dependency on namespace labels)
matchExpressions:
- key: kubernetes.io/metadata.name
operator: In
values:
- monitoring
- webrtc-be
ruleSelector: ruleSelector:
matchExpressions: [] # Match all rules in selected namespaces matchExpressions: [] # Match all rules in selected namespaces
# Add the manual scrape configuration # Add the manual scrape configuration