21 lines
438 B
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: 56.6.2
|
|
repo: https://prometheus-community.github.io/helm-charts
|
|
namespace: monitoring
|
|
valuesFile: values.yaml
|
|
|