summaryrefslogtreecommitdiff
path: root/data.d
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-08-07 08:58:57 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-08-07 08:58:57 +0200
commit8b554966232d8418ef939fa784350c47f276c1c8 (patch)
tree06a501395f47cdce81c7e24ac53bf5f48bd25c2c /data.d
parentccaf036a28ef6b4b4aae91501d96cdb9f61e3d97 (diff)
Use kube-prometheus rather than regular prometheus
Diffstat (limited to 'data.d')
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml23
1 files 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
...