feat: Added authelia
Some checks failed
kustomization/flux-system/12ab30af reconciliation succeeded
kustomization/cnpg/12ab30af reconciliation succeeded
kustomization/authelia/12ab30af health check failed
Some checks failed
kustomization/flux-system/12ab30af reconciliation succeeded
kustomization/cnpg/12ab30af reconciliation succeeded
kustomization/authelia/12ab30af health check failed
This commit is contained in:
25
apps/authelia/base/kustomization.yaml
Normal file
25
apps/authelia/base/kustomization.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- cluster.yaml
|
||||
- service-user.yaml
|
||||
- helm-repository.yaml
|
||||
- helm-release.yaml
|
||||
- secret-s3-garage.yaml
|
||||
- object-store.yaml
|
||||
|
||||
configurations:
|
||||
- name-reference.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: values-base
|
||||
namespace: authelia
|
||||
files:
|
||||
- values.yaml
|
||||
|
||||
# Uncomment to restore database from backup
|
||||
# patches:
|
||||
# - path: cluster-restore.yaml
|
||||
# target:
|
||||
# kind: Cluster
|
||||
Reference in New Issue
Block a user