Added prom-stack

This commit is contained in:
Ultradesu
2025-04-12 14:06:50 +01:00
parent 90f7589ec6
commit 3fbcd0db31
6 changed files with 216 additions and 0 deletions

View File

@ -0,0 +1,25 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- persistentVolume.yaml
- external-secrets.yaml
helmCharts:
- name: prometheus
repo: https://prometheus-community.github.io/helm-charts
version: 70.4.2
releaseName: kube-prometheus-stack
namespace: prometheus
valuesFile: prom-values.yaml
includeCRDs: true
- name: grafana
repo: https://grafana.github.io/helm-charts
version: 8.11.4
releaseName: grafana
namespace: prometheus
valuesFile: grafana-values.yaml
includeCRDs: true