feat: Added authelia
Some checks failed
kustomization/flux-system/12ab30af reconciliation succeeded
kustomization/dragonfly-operator/12ab30af reconciliation succeeded
kustomization/authelia/12ab30af reconciliation failed
kustomization/cnpg/12ab30af reconciliation succeeded

This commit is contained in:
2025-12-22 02:50:14 +01:00
parent ff11a99999
commit 8b6b19cdcf
23 changed files with 311 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: db
spec:
instances: 1

View File

@@ -0,0 +1,6 @@
apiVersion: dragonflydb.io/v1alpha1
kind: Dragonfly
metadata:
name: dragonfly
spec:
replicas: 1

View File

@@ -0,0 +1,19 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- dragonfly.yaml
patches:
- path: cluster.yaml
target:
kind: Cluster
- path: object-store.yaml
target:
kind: ObjectStore
configMapGenerator:
- name: values-overlay
namespace: authelia
files:
- values.yaml

View File

@@ -0,0 +1,8 @@
apiVersion: barmancloud.cnpg.io/v1
kind: ObjectStore
metadata:
name: garage-store
namespace: lldap
spec:
configuration:
endpointURL: http://192.168.1.1:3900

View File

@@ -0,0 +1,11 @@
pod:
replicas: 1
configMap:
log:
level: debug
session:
cookies:
- subdomain: auth
domain: staging.huizinga.dev