mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Add authelia
This commit is contained in:
8
infrastructure/base/authelia/kustomization.yaml
Normal file
8
infrastructure/base/authelia/kustomization.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: auth
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- repository.yaml
|
||||
- release.yaml
|
||||
4
infrastructure/base/authelia/namespace.yaml
Normal file
4
infrastructure/base/authelia/namespace.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: auth
|
||||
16
infrastructure/base/authelia/release.yaml
Normal file
16
infrastructure/base/authelia/release.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: authelia
|
||||
namespace: auth
|
||||
spec:
|
||||
interval: 12h
|
||||
chart:
|
||||
spec:
|
||||
chart: authelia
|
||||
version: 0.8.58
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: authelia
|
||||
namespace: auth
|
||||
interval: 12h
|
||||
8
infrastructure/base/authelia/repository.yaml
Normal file
8
infrastructure/base/authelia/repository.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: authelia
|
||||
namespace: auth
|
||||
spec:
|
||||
interval: 24h
|
||||
url: https://charts.authelia.com
|
||||
Reference in New Issue
Block a user