mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
40 lines
892 B
YAML
40 lines
892 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: authelia
|
|
|
|
configMapGenerator:
|
|
- name: consent
|
|
namespace: authelia
|
|
files: [ ./locales/en/consent.json ]
|
|
- name: grafana-dashboard
|
|
namespace: authelia
|
|
files: [ ./dashboards/simple.json ]
|
|
options:
|
|
annotations: { grafana_folder: "Authelia" }
|
|
labels: { grafana_dashboard: "1" }
|
|
|
|
resources:
|
|
- ns.yaml
|
|
- crypto.yaml
|
|
- lldap-credentials.yaml
|
|
- smtp-credentials.yaml
|
|
- cert-rsa-jwk.yaml
|
|
- cert-ecdsa-jwk.yaml
|
|
- http-route.yaml
|
|
- cnpg-db.yaml
|
|
- clients/argocd.yaml
|
|
- clients/audiobookshelf.yaml
|
|
- clients/grafana.yaml
|
|
- clients/netbird.yaml
|
|
|
|
helmCharts:
|
|
- name: authelia
|
|
repo: https://charts.authelia.com
|
|
releaseName: authelia
|
|
namespace: authelia
|
|
version: 0.10.41
|
|
valuesFile: values.yaml
|
|
|
|
patches:
|
|
- path: patches/deployment-host-aliases.yaml
|