disable alert for pods less than in spec [ci skip]

This commit is contained in:
Viktor Barzin 2025-03-16 18:27:13 +00:00
parent a33cbb272b
commit cd89d13ab2

View file

@ -209,13 +209,13 @@ serverFiles:
# severity: page # severity: page
# annotations: # annotations:
# summary: Pod stuck not ready. # summary: Pod stuck not ready.
- alert: ReadyPodsInDeploymentLessThanSpec #- alert: ReadyPodsInDeploymentLessThanSpec
expr: kube_deployment_status_replicas_available - on(namespace, deployment) kube_deployment_spec_replicas < 0 # expr: kube_deployment_status_replicas_available - on(namespace, deployment) kube_deployment_spec_replicas < 0
for: 10m # for: 10m
labels: # labels:
severity: page # severity: page
annotations: # annotations:
summary: Number of ready pods in {{ $labels.deployment }} is less than what is defined in spec. # summary: Number of ready pods in {{ $labels.deployment }} is less than what is defined in spec.
- alert: PowerOutage - alert: PowerOutage
expr: ups_upsInputVoltage < 150 expr: ups_upsInputVoltage < 150
labels: labels: