feat: Added authelia
Some checks failed
kustomization/authelia/12ab30af reconciliation failed
kustomization/flux-system/12ab30af reconciliation failed
Some checks failed
kustomization/authelia/12ab30af reconciliation failed
kustomization/flux-system/12ab30af reconciliation failed
This commit is contained in:
6
apps/authelia/production/cluster.yaml
Normal file
6
apps/authelia/production/cluster.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: db
|
||||
spec:
|
||||
instances: 2
|
||||
6
apps/authelia/production/dragonfly.yaml
Normal file
6
apps/authelia/production/dragonfly.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: dragonflydb.io/v1alpha1
|
||||
kind: Dragonfly
|
||||
metadata:
|
||||
name: dragonfly
|
||||
spec:
|
||||
replicas: 2
|
||||
16
apps/authelia/production/kustomization.yaml
Normal file
16
apps/authelia/production/kustomization.yaml
Normal 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
|
||||
8
apps/authelia/production/values.yaml
Normal file
8
apps/authelia/production/values.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
pod:
|
||||
replicas: 2
|
||||
|
||||
configMap:
|
||||
session:
|
||||
cookies:
|
||||
- subdomain: auth
|
||||
domain: huizinga.dev
|
||||
Reference in New Issue
Block a user