add inhibition rule to alertmanager
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
adea68c2ab
commit
a2a306c195
1 changed files with 5 additions and 1 deletions
|
@ -47,6 +47,10 @@ alertmanager:
|
|||
- severity = warning
|
||||
- severity = info
|
||||
equal: ['node']
|
||||
- source_matchers:
|
||||
- alertname = KubeNodeUnreachable
|
||||
target_matchers:
|
||||
- severity =~ "warning|info"
|
||||
ingress:
|
||||
paths:
|
||||
- /
|
||||
|
@ -132,4 +136,4 @@ prometheus:
|
|||
scrapeConfigSelectorNilUsesHelmValues: false
|
||||
servicePerReplica:
|
||||
enabled: true
|
||||
podAntiAffinity: "hard"
|
||||
podAntiAffinity: "hard"
|
||||
|
|
Loading…
Reference in a new issue