mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-28 13:05:26 +02:00
34 lines
733 B
YAML
34 lines
733 B
YAML
---
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta2
|
|
kind: Provider
|
|
metadata:
|
|
name: alert-manager
|
|
namespace: flux-system
|
|
spec:
|
|
type: alertmanager
|
|
address: http://kube-prometheus-stack-alertmanager.monitoring:9093/api/v2/alerts/
|
|
---
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta1
|
|
kind: Alert
|
|
metadata:
|
|
name: alert-manager
|
|
namespace: flux-system
|
|
spec:
|
|
providerRef:
|
|
name: alert-manager
|
|
eventSeverity: error
|
|
eventSources:
|
|
- kind: GitRepository
|
|
name: "*"
|
|
- kind: HelmRelease
|
|
name: "*"
|
|
- kind: HelmRepository
|
|
name: "*"
|
|
- kind: Kustomization
|
|
name: "*"
|
|
exclusionList:
|
|
- "error.*lookup github\\.com"
|
|
- "waiting.*socket"
|
|
- "dial.*tcp.*timeout"
|
|
suspend: false
|