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