k3s-configs/infra/monitoring/kustomization.yaml

21 lines
438 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
generatorOptions:
disableNameSuffixHash: true
namespace: monitoring
resources:
- namespace.yaml
- grafana-ingress.yaml
#generators:
#- ./secret-generator.yaml
helmCharts:
- name: kube-prometheus-stack
releaseName: kube-prometheus-stack
version: 57.2.0
repo: https://prometheus-community.github.io/helm-charts
namespace: monitoring
valuesFile: values.yaml