Skip to content

Commit

Permalink
lowered down time to trigger to 20m
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed Sep 19, 2023
1 parent 671c4f5 commit 834eb01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
expr: |-
# When it looks up but we don't have metrics
count({app="kube-state-metrics"}) < 10
for: 60m
for: 20m
labels:
area: kaas
cancel_if_apiserver_down: "true"
Expand All @@ -73,7 +73,7 @@ spec:
inhibit_kube_state_metrics_down: "true"
cancel_if_kubelet_down: "true"
cancel_if_kube_state_metrics_down: "true"
cancel_if_outside_working_hours: "false"
cancel_if_outside_working_hours: "true"
severity: page
team: atlas
topic: observability
Expand Down

0 comments on commit 834eb01

Please sign in to comment.