fix(infra-monitoring): remove alerts for pods - alerting by deployment and so on are enought

This commit is contained in:
WrenIX 2024-02-19 00:29:56 +01:00
parent 92194f8576
commit f72ed377bc
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -40,6 +40,12 @@ spec:
defaultRules: defaultRules:
rules: rules:
kubeProxy: false kubeProxy: false
# just parts:
# kubernetesApps: false
disabled:
KubePodNotReady: true
KubePodCrashLooping: true
KubeContainerWaiting: true
prometheus: prometheus:
{{- $hostPrometheus := .Values.prometheus.ingress.host | default (printf "prometheus.%s" .Values.commons.ingress.domain) }} {{- $hostPrometheus := .Values.prometheus.ingress.host | default (printf "prometheus.%s" .Values.commons.ingress.domain) }}