Compare commits
4 Commits
1989cea249
...
4553d7dcfb
Author | SHA1 | Date | |
---|---|---|---|
4553d7dcfb | |||
2df89df141 | |||
f4230c41be | |||
5f1abaf7e7 |
12
clusters/titan.lan.huizinga.dev/alerts/alert-flux-infra.yaml
Normal file
12
clusters/titan.lan.huizinga.dev/alerts/alert-flux-infra.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
|
kind: Alert
|
||||||
|
metadata:
|
||||||
|
name: flux-infra
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
providerRef:
|
||||||
|
name: flux-infra
|
||||||
|
eventSeverity: info
|
||||||
|
eventSources:
|
||||||
|
- kind: Kustomization
|
||||||
|
name: flux-system
|
|
@ -0,0 +1,10 @@
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
|
kind: Provider
|
||||||
|
metadata:
|
||||||
|
name: flux-infra
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
type: gitea
|
||||||
|
address: https://git.huizinga.dev/dreaded_x/flux-infra
|
||||||
|
secretRef:
|
||||||
|
name: gitea
|
|
@ -59,4 +59,3 @@ spec:
|
||||||
eventSources:
|
eventSources:
|
||||||
- kind: Kustomization
|
- kind: Kustomization
|
||||||
name: siranga
|
name: siranga
|
||||||
namespace: flux-system
|
|
||||||
|
|
|
@ -22,3 +22,27 @@ spec:
|
||||||
kind: OCIRepository
|
kind: OCIRepository
|
||||||
name: authelia-controller
|
name: authelia-controller
|
||||||
wait: true
|
wait: true
|
||||||
|
---
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
|
kind: Provider
|
||||||
|
metadata:
|
||||||
|
name: authelia-controller
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
type: gitea
|
||||||
|
address: https://git.huizinga.dev/dreaded_x/authelia-controller
|
||||||
|
secretRef:
|
||||||
|
name: gitea
|
||||||
|
---
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
|
kind: Alert
|
||||||
|
metadata:
|
||||||
|
name: authelia-controller
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
providerRef:
|
||||||
|
name: authelia-controller
|
||||||
|
eventSeverity: info
|
||||||
|
eventSources:
|
||||||
|
- kind: Kustomization
|
||||||
|
name: authelia-controller
|
||||||
|
|
|
@ -22,3 +22,27 @@ spec:
|
||||||
kind: OCIRepository
|
kind: OCIRepository
|
||||||
name: lldap-controller
|
name: lldap-controller
|
||||||
wait: true
|
wait: true
|
||||||
|
---
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
|
kind: Provider
|
||||||
|
metadata:
|
||||||
|
name: lldap-controller
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
type: gitea
|
||||||
|
address: https://git.huizinga.dev/dreaded_x/lldap-controller
|
||||||
|
secretRef:
|
||||||
|
name: gitea
|
||||||
|
---
|
||||||
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
||||||
|
kind: Alert
|
||||||
|
metadata:
|
||||||
|
name: lldap-controller
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
providerRef:
|
||||||
|
name: lldap-controller
|
||||||
|
eventSeverity: info
|
||||||
|
eventSources:
|
||||||
|
- kind: Kustomization
|
||||||
|
name: lldap-controller
|
||||||
|
|
Loading…
Reference in New Issue
Block a user