mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Restructure deployments
This commit is contained in:
17
apps/prod/authelia/kustomization.yaml
Normal file
17
apps/prod/authelia/kustomization.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
# /apps/prod/authelia/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: auth
|
||||
|
||||
resources:
|
||||
- ../../base/authelia
|
||||
- release.yaml
|
||||
- ingress.yaml
|
||||
- forward-auth-middleware.yaml
|
||||
- users-database.enc.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: authelia-prod-values
|
||||
namespace: auth
|
||||
files:
|
||||
- values.yaml
|
||||
Reference in New Issue
Block a user