We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c961e4 + afcd736 commit 1f30134Copy full SHA for 1f30134
bindata/network/kuryr/alert-rules.yaml
@@ -65,7 +65,7 @@ spec:
65
annotations:
66
message: Running out of quota for {{"{{"}} $labels.resource {{"}}"}}.
67
expr: |
68
- kuryr_quota_free_count < 10
+ kuryr_quota_free_count > 0 and kuryr_quota_free_count < 10
69
labels:
70
severity: warning
71
- alert: InsuficientResourceQuota
0 commit comments