Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix: latch for 10m on certificate expiry to match invalid certs
Browse files Browse the repository at this point in the history
  • Loading branch information
paddatrapper committed Oct 4, 2022
1 parent b97717b commit 0146b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/cert-manager-monitor.yaml.raw
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ spec:
summary: Associated service not issued a valid certificate.
expr: |
(certmanager_certificate_expiration_timestamp_seconds - timestamp(certmanager_certificate_expiration_timestamp_seconds)) / (60 * 60 * 24) < 29
for: 1m
for: 10m
labels:
severity: warning

0 comments on commit 0146b76

Please sign in to comment.