30 lines
591 B
YAML
30 lines
591 B
YAML
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||
|
|
kind: Provider
|
||
|
|
metadata:
|
||
|
|
name: gotify
|
||
|
|
namespace: flux-system
|
||
|
|
spec:
|
||
|
|
type: gotify
|
||
|
|
address: http://gotify.gotify.svc.cluster.local
|
||
|
|
secretRef:
|
||
|
|
name: gotify-token
|
||
|
|
---
|
||
|
|
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: '*'
|