Update flux-infra commit status based on reconcile status
All checks were successful
kustomization/cert-manager/3a682516 reconciliation succeeded
kustomization/kyverno/3a682516 reconciliation succeeded
kustomization/velero/3a682516 reconciliation succeeded
kustomization/topolvm/3a682516 reconciliation succeeded
kustomization/rook-ceph/3a682516 reconciliation succeeded
kustomization/node-feature-discovery/3a682516 reconciliation succeeded
kustomization/node-feature-discovery-rules/3a682516 reconciliation succeeded
kustomization/akri/3a682516 reconciliation succeeded
kustomization/kyverno-policies/3a682516 reconciliation succeeded
kustomization/letsencrypt/3a682516 reconciliation succeeded
kustomization/cnpg/3a682516 reconciliation succeeded
kustomization/rook-ceph-cluster/3a682516 reconciliation succeeded
kustomization/traefik/3a682516 reconciliation succeeded
kustomization/kube-vip/3a682516 reconciliation succeeded
kustomization/traefik-middleware/3a682516 reconciliation succeeded
kustomization/authelia/3a682516 reconciliation succeeded
kustomization/lldap/3a682516 reconciliation succeeded
kustomization/apps/3a682516 reconciliation succeeded
kustomization/flux-system/3a682516 reconciliation succeeded
All checks were successful
kustomization/cert-manager/3a682516 reconciliation succeeded
kustomization/kyverno/3a682516 reconciliation succeeded
kustomization/velero/3a682516 reconciliation succeeded
kustomization/topolvm/3a682516 reconciliation succeeded
kustomization/rook-ceph/3a682516 reconciliation succeeded
kustomization/node-feature-discovery/3a682516 reconciliation succeeded
kustomization/node-feature-discovery-rules/3a682516 reconciliation succeeded
kustomization/akri/3a682516 reconciliation succeeded
kustomization/kyverno-policies/3a682516 reconciliation succeeded
kustomization/letsencrypt/3a682516 reconciliation succeeded
kustomization/cnpg/3a682516 reconciliation succeeded
kustomization/rook-ceph-cluster/3a682516 reconciliation succeeded
kustomization/traefik/3a682516 reconciliation succeeded
kustomization/kube-vip/3a682516 reconciliation succeeded
kustomization/traefik-middleware/3a682516 reconciliation succeeded
kustomization/authelia/3a682516 reconciliation succeeded
kustomization/lldap/3a682516 reconciliation succeeded
kustomization/apps/3a682516 reconciliation succeeded
kustomization/flux-system/3a682516 reconciliation succeeded
This commit is contained in:
parent
2df89df141
commit
499b302cee
14
clusters/titan.lan.huizinga.dev/alerts/alert-flux-infra.yaml
Normal file
14
clusters/titan.lan.huizinga.dev/alerts/alert-flux-infra.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
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: "*"
|
||||
matchLabels:
|
||||
alert: flux-infra
|
|
@ -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
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: apps
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
dependsOn:
|
||||
- name: traefik
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: flux-system
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
decryption:
|
||||
provider: sops
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: akri
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/akri
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: authelia
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/authelia
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: cert-manager
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/cert-manager
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: cnpg
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/cnpg
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: kube-vip
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/kube-vip
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: kyverno-policies
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/kyverno-policies
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: kyverno
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/kyverno
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: letsencrypt
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/letsencrypt
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: lldap
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/lldap
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: node-feature-discovery-rules
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/node-feature-discovery-rules
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: node-feature-discovery
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/node-feature-discovery
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: rook-ceph-cluster
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/rook-ceph-cluster
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: rook-ceph
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/rook-ceph
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: topolvm
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/topolvm
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: traefik-middleware
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/traefik-middleware
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: traefik
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/traefik
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: Kustomization
|
|||
metadata:
|
||||
name: velero
|
||||
namespace: flux-system
|
||||
labels:
|
||||
alert: flux-infra
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infra/velero
|
||||
|
|
Loading…
Reference in New Issue
Block a user