2025-11-16 02:34:11 -05:00
|
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
|
|
|
|
kind: Provider
|
|
|
|
|
metadata:
|
|
|
|
|
name: gotify
|
|
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
2025-11-16 02:36:50 -05:00
|
|
|
type: generic
|
|
|
|
|
address: http://gotify.gotify.svc.cluster.local/message?token=APMvTuncQJmm6vd
|
2025-11-16 02:34:11 -05:00
|
|
|
---
|
|
|
|
|
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: '*'
|