Skip to content

Commit

Permalink
increase alert wait time
Browse files Browse the repository at this point in the history
Robert Nemeti committed Nov 8, 2018
1 parent abe5dc6 commit 7df7865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerts/storage_alerts.libsonnet
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@
expr: |||
kube_persistentvolume_status_phase{phase=~"Failed|Pending"} > 0
|||,
'for': '1m',
'for': '5m',
labels: {
severity: 'critical',
},

0 comments on commit 7df7865

Please sign in to comment.