Let's see if this causes the alert

This commit is contained in:
Seth Call 2025-12-13 23:31:41 -06:00
parent 4d71d3fbcc
commit e85de76552
2 changed files with 20 additions and 0 deletions

View File

@ -65,6 +65,16 @@ kube-prometheus-stack:
values:
- 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
ruleSelector:
matchExpressions: [] # Match all rules in selected namespaces
# Add the manual scrape configuration
additionalScrapeConfigs:
- job_name: 'node-exporter'

View File

@ -65,6 +65,16 @@ kube-prometheus-stack:
values:
- 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
ruleSelector:
matchExpressions: [] # Match all rules in selected namespaces
# Add the manual scrape configuration
additionalScrapeConfigs:
- job_name: 'node-exporter'