Files
homelab-v/k8s/infra/auth/authelia/kustomization.yaml
T
Vegard Hagen 3452ba1cb2 feat(grafana): install grafana using grafana-operator
Decommission kube-prometheus-stack installed Grafana and use
grafana-operator instead.

Signed-off-by: Vegard Hagen <[email protected]>
2025-08-05 21:05:28 +02:00

35 lines
715 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: authelia
configMapGenerator:
- name: consent
namespace: authelia
files: [ ./locales/en/consent.json ]
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
- dashboard.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