Skip to content

Commit

Permalink
Merge pull request #559 from rackerlabs/monitoring-20241217
Browse files Browse the repository at this point in the history
fix: update kube-prometheus-stack default alerts to not include kube-proxy
  • Loading branch information
cardoe authored Dec 18, 2024
2 parents 7d697f5 + a4fac8f commit 43f52dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions operators/monitoring/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Disable the default kube-proxy alert since we don't have it,
# we have cilium instead.
# https://github.com/prometheus-community/helm-charts/issues/1718
defaultRules:
rules:
kubeProxy: false
kubeProxy:
enabled: false

0 comments on commit 43f52dc

Please sign in to comment.