mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add authelia
This commit is contained in:
17
infrastructure/prod/authelia/kustomization.yaml
Normal file
17
infrastructure/prod/authelia/kustomization.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: auth
|
||||
|
||||
resources:
|
||||
- release.yaml
|
||||
- ingress.yaml
|
||||
- forward-auth-middleware.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: authelia-prod-values
|
||||
namespace: auth
|
||||
files:
|
||||
- values.yaml
|
||||
|
||||
patchesStrategicMerge:
|
||||
- release.yaml
|
||||
Reference in New Issue
Block a user