Skip to content

Commit

Permalink
Ignore fake certificate for NGINXCertificateExpiry (#10505)
Browse files Browse the repository at this point in the history
The fake certificate is only a fallback and it is okay-ish if it
expires.

Do not alert for its expiration.
  • Loading branch information
iamleot authored Nov 2, 2023
1 parent 7f45fab commit dc659b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ controller:
# description: bad ingress config - nginx config test failed
# summary: uninstall the latest ingress changes to allow config reloads to resume
# - alert: NGINXCertificateExpiry
# expr: (avg(nginx_ingress_controller_ssl_expire_time_seconds) by (host) - time()) < 604800
# expr: (avg(nginx_ingress_controller_ssl_expire_time_seconds{host!="_"}) by (host) - time()) < 604800
# for: 1s
# labels:
# severity: critical
Expand Down

0 comments on commit dc659b2

Please sign in to comment.