Skip to content

Commit

Permalink
Prevent KubeletDown alerts own Project monitoring setup (#22)
Browse files Browse the repository at this point in the history
Tested & LGTM. Thx for contribution @groundhog2k
  • Loading branch information
groundhog2k authored Oct 19, 2023
1 parent 0fea8d2 commit 7270880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ annotations:
catalog.cattle.io/requests-memory: 1000Mi
name: caas-project-monitoring
description: A Helm chart for Rancher Project Monitoring V3
version: 1.2.1
version: "1.2.2"
appVersion: "51.0.3"
icon: https://raw.githubusercontent.com/caas-team/caas-project-monitoring/main/logo.png
keywords:
Expand Down
3 changes: 2 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ kube-prometheus-stack:
appNamespacesTarget: ".*"
runbookUrl: "https://runbooks.prometheus-operator.dev/runbooks"
## Disabled PrometheusRule alerts
disabled: {}
disabled:
KubeletDown: true
# KubeAPIDown: true
# NodeRAIDDegraded: true
## Provide custom recording or alerting rules to be deployed into the cluster.
Expand Down

0 comments on commit 7270880

Please sign in to comment.