Skip to content

Commit

Permalink
overwrite default etcd rules (ref https://github.com/etcd-io/etcd/blo…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgraber committed Mar 15, 2022
1 parent 9304c3b commit 727be7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- etcd.yaml
- kured.yaml
- loki.yaml
- node-exporter.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ data:
- receiver: "null"
match:
alertname: Watchdog
# - receiver: "null"
# match:
# alertname: etcdHighNumberOfFailedGRPCRequests
- receiver: "email"
match_re:
# severity: critical|warning
Expand Down

0 comments on commit 727be7d

Please sign in to comment.