From 8b554966232d8418ef939fa784350c47f276c1c8 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 7 Aug 2023 08:58:57 +0200 Subject: Use kube-prometheus rather than regular prometheus --- .../tyilnet/monitoring/prometheus/helm-chart.yaml | 23 ++++------------------ 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml b/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml index b32dc36..14b1f33 100644 --- a/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml +++ b/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml @@ -5,25 +5,10 @@ metadata: name: prometheus namespace: kube-system spec: - repo: "https://prometheus-community.github.io/helm-charts" - chart: "prometheus" - targetNamespace: "monitoring" + repo: https://prometheus-community.github.io/helm-charts + chart: kube-prometheus-stack + targetNamespace: monitoring valuesContent: |- - server: - baseURL: "https://prometheus.tyil.nl" - global: - scrape_interval: "1m" - scrape_timeout: "10s" - evaluation_interval: "1m" - persistentVolume: - enabled: true - existingClaim: "prometheus" - prometheus.yml: - scrape_configs: - - job_name: exporter-postgresql - static_configs: - - targets: - - "prometheus-exporter-postgresql-prometheus-postgres-exporter:80" - alertmanager: + grafana: enabled: false ... -- cgit v1.1