homelab/infrastructure/alerting/flux/alert.yaml
2024-09-22 02:30:42 +01:00

20 lines
413 B
YAML

apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: discord-alert
namespace: flux-system
spec:
summary: "Discord Alert"
# eventMetadata:
# env: "production"
# cluster: "my-cluster"
# region: "us-east-2"
providerRef:
name: discord-webhook
eventSeverity: info
eventSources:
- kind: GitRepository
name: "*"
- kind: Kustomization
name: "*"