This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
homelab/infrastructure/alerting/flux/alert.yaml

20 lines
413 B
YAML
Raw Normal View History

2024-09-22 02:30:42 +01:00
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: "*"