Microsoft Teams
| Parameter | Description | Required |
|---|---|---|
alert.teams.webhook | 🔗 Webhook URL | Yes |
alert.teams.title | ✏️ Custom title | No |
alert.teams.text | ✏️ Custom text | No |
Example
apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
teams:
webhook: WEBHOOK_URL
title: "optional customized title"
text: "optional customized text"
Routing
alert:
teams:
webhook: WEBHOOK_URL
routes:
- namespaces: ["production"]
severities: ["high", "critical"]
- reasons: ["OOMKilled"]
Retry
alert:
teams:
webhook: WEBHOOK_URL
retry:
maxAttempts: 5
delay: 5s
Fallback
alert:
teams:
webhook: WEBHOOK_URL
fallback: <another_provider>
Compact mode
alert:
teams:
webhook: WEBHOOK_URL
compact: true
Screenshot
