-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oci-proxy: set alerts for sandbox and prod. #4145
Conversation
Add a terraform module to ensure alerts are created for: - SSL certificate expiration: an alert is sent if the certificate for given domain is not renewed less than 15 days before the expiration date. - uptime check: given a hostname ensure the host is alive on port 443 for the root path (/). A check is done every minute. Signed-off-by: Arnaud Meukam <[email protected]>
Signed-off-by: Arnaud Meukam <[email protected]>
registry.k8s.io Use uptime alert terraform module to set alerts for registry-sandbox.k8s.io and registry.k8s.io Signed-off-by: Arnaud Meukam <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cc @dims |
/lgtm |
Ref: #3411 |
Add a terraform module to ensure alerts are created for:
given domain is not renewed less than 15 days before the expiration
date.
for the root path (/). A check is done every minute.
Ensure alerts are created using the terraform module.
Signed-off-by: Arnaud Meukam [email protected]