🐦 FeiShu (Lark)
| Parameter | Description | Required |
|---|---|---|
alert.feishu.webhook | 🔗 Webhook URL | Yes |
alert.feishu.title | ✏️ Custom title | No |
Example
apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: Secret
metadata:
name: kwatch
namespace: kwatch
stringData:
feishu-webhook: "replace-me"
config.yaml: |
alert:
feishu:
webhook: "${file:/config/feishu-webhook}"
title: "optional customized title"
Routing
alert:
feishu:
webhook: "${file:/config/feishu-webhook}"
routes:
- namespaces: ["production"]
severities: ["high", "critical"]
- reasons: ["OOMKilled"]
Retry
alert:
feishu:
webhook: "${file:/config/feishu-webhook}"
retry:
maxAttempts: 5
delay: 5s
Fallback
alert:
feishu:
webhook: "${file:/config/feishu-webhook}"
fallback: <another_provider>
Compact mode
alert:
feishu:
webhook: "${file:/config/feishu-webhook}"
compact: true
Screenshot
