flux-infra/clusters/titan.lan.huizinga.dev/infra/lldap-controller.yaml

49 lines
1000 B
YAML

apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: lldap-controller
namespace: flux-system
spec:
interval: 1m0s
url: oci://git.huizinga.dev/dreaded_x/lldap-controller/manifests
ref:
tag: edge
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: lldap-controller
namespace: flux-system
spec:
interval: 15m
prune: true
timeout: 2m
sourceRef:
kind: OCIRepository
name: lldap-controller
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