Files
homelab/bootstrap/notification-provider.yaml

28 lines
586 B
YAML
Raw Normal View History

apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider
metadata:
name: gotify
namespace: flux-system
spec:
type: generic
address: http://gotify.gotify.svc.cluster.local/message?token=APMvTuncQJmm6vd
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: homelab-alerts
namespace: flux-system
spec:
providerRef:
name: gotify
eventSeverity: info
eventSources:
- kind: GitRepository
name: '*'
- kind: Kustomization
name: '*'
- kind: HelmRelease
name: '*'
- kind: HelmRepository
name: '*'