feat: add alertmanager handler

This commit is contained in:
Bastien Riviere 2023-09-11 18:54:24 +02:00
parent 1bc747c18b
commit 773555491a
Signed by: babariviere
GPG key ID: 4E5F0839249F162E
4 changed files with 82 additions and 0 deletions

View file

@ -22,6 +22,11 @@ data:
type "discord_embed"
topic "forgejo"
}
handler "/alerts" {
type "alertmanager"
topic "infra"
}
---
apiVersion: apps/v1
kind: Deployment