apps/kube-prometheus/kustomization.yaml

21 lines
559 B
YAML
Raw Normal View History

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: observability-system
resources:
- resources/secret.grafana-admin.yaml
- resources/secret.auth.yaml
- resources/secret.db.yaml
2024-08-20 16:16:47 +00:00
- resources/db/db.yaml
- resources/db/user.yaml
2024-05-08 11:15:04 +00:00
- resources/http_routes.grafana.yaml
helmCharts:
- name: kube-prometheus-stack
repo: https://prometheus-community.github.io/helm-charts
includeCRDs: true
namespace: observability-system
releaseName: prometheus
version: "65.2.0"
valuesFile: config/values.prometheus.yaml