moved prometheus

This commit is contained in:
AB
2025-11-07 15:40:25 +02:00
parent 860f83445a
commit eda944741e
6 changed files with 1 additions and 1 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: kube-prometheus-stack
repo: https://prometheus-community.github.io/helm-charts
version: 70.4.2
releaseName: prometheus
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