Files
homelab-v/infra/monitoring/kustomization.yaml
T

17 lines
300 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- auth-secret.yaml
- kube-prometheus-stack.yaml
- ingress-route.yaml
helmGlobals:
chartHome: ../../charts
helmCharts:
- name: application
releaseName: auth
valuesFile: auth-values.yaml