2024-01-18 20:43:36 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
generatorOptions:
|
|
|
|
disableNameSuffixHash: true
|
|
|
|
namespace: monitoring
|
|
|
|
resources:
|
|
|
|
- namespace.yaml
|
|
|
|
- grafana-ingress.yaml
|
|
|
|
|
2024-04-03 20:23:09 +00:00
|
|
|
generators:
|
|
|
|
- ./secret-generator.yaml
|
2024-01-18 20:43:36 +00:00
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
- name: kube-prometheus-stack
|
|
|
|
releaseName: kube-prometheus-stack
|
2024-04-07 00:01:15 +00:00
|
|
|
version: 58.0.0
|
2024-01-18 20:43:36 +00:00
|
|
|
repo: https://prometheus-community.github.io/helm-charts
|
|
|
|
namespace: monitoring
|
|
|
|
valuesFile: values.yaml
|
|
|
|
|