Files
homelab/bootstrap/notification-provider.yaml
CaffeineTux 440b1ec375 Fix Gotify provider to use generic webhook type
Changed from unsupported 'gotify' type to 'generic' webhook.
Gotify API token is embedded in the URL.
2025-11-16 02:36:50 -05:00

28 lines
586 B
YAML

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: '*'