Skip to content

Commit

Permalink
Move cert-manager alerts to BigMac
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit committed Aug 24, 2023
1 parent 0ab3935 commit f9ced92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Handover cert-manager alerts to BigMac

## [2.127.0] - 2023-08-21

### Changed
Expand Down Expand Up @@ -214,7 +218,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add alerts for legacy vault's etcd backups.
- Add alerts for legacy vault's etcd backups.

## [2.105.0] - 2023-06-22

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
area: kaas
cancel_if_outside_working_hours: {{ include "workingHoursOnly" . }}
severity: notify
team: cabbage
team: bigmac
topic: observability
- alert: CertManagerDown
annotations:
Expand All @@ -38,7 +38,7 @@ spec:
cancel_if_cluster_status_deleting: "true"
cancel_if_kubelet_down: "true"
severity: page
team: cabbage
team: bigmac
topic: cert-manager
- alert: CertManagerTooManyCertificateRequests
annotations:
Expand All @@ -50,5 +50,5 @@ spec:
area: kaas
cancel_if_outside_working_hours: "true"
severity: notify
team: cabbage
team: bigmac
topic: cert-manager

0 comments on commit f9ced92

Please sign in to comment.