mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Decommission kube-prometheus-stack installed Grafana and use grafana-operator instead. Signed-off-by: Vegard Hagen <[email protected]>
35 lines
715 B
YAML
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
|