feat: Added authelia
Some checks failed
kustomization/authelia/12ab30af reconciliation failed
kustomization/flux-system/12ab30af reconciliation failed

This commit is contained in:
2025-12-22 02:50:14 +01:00
parent d66ac7e606
commit 73f4a70bc5
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: 2

View File

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

View File

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

View File

@@ -0,0 +1,8 @@
pod:
replicas: 2
configMap:
session:
cookies:
- subdomain: auth
domain: huizinga.dev