fix(infra-monitoring): remove alerts for pods - alerting by deployment and so on are enought
This commit is contained in:
parent
92194f8576
commit
f72ed377bc
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ spec:
|
|||
defaultRules:
|
||||
rules:
|
||||
kubeProxy: false
|
||||
# just parts:
|
||||
# kubernetesApps: false
|
||||
disabled:
|
||||
KubePodNotReady: true
|
||||
KubePodCrashLooping: true
|
||||
KubeContainerWaiting: true
|
||||
|
||||
prometheus:
|
||||
{{- $hostPrometheus := .Values.prometheus.ingress.host | default (printf "prometheus.%s" .Values.commons.ingress.domain) }}
|
||||
|
|
Loading…
Add table
Reference in a new issue