Discord
If you want to enable Discord, provide the webhook with optional text and title
Configuration
Parameter | Description | Required |
---|---|---|
alert.discord.webhook | Discord webhook URL | Yes |
alert.discord.title | Customized title in discord message | No |
alert.discord.text | Customized text in discord message | No |
Example
apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
discord:
webhook: WEBHOOK_URL
title: "optional customized title"
text: "optional customized text"