cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit f6a0b903de005e294a8069c87c7dcab7d44dffed
parent 1499f82db39ff12ce6a0d4106e113ca7646b2812
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat,  4 Nov 2023 13:54:12 +0100

Scrape more often

Diffstat:
Mapps/base/kube-prometheus-stack/minio_loki_metrics.yaml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/apps/base/kube-prometheus-stack/minio_loki_metrics.yaml b/apps/base/kube-prometheus-stack/minio_loki_metrics.yaml @@ -10,6 +10,7 @@ spec: endpoints: - targetPort: 9000 path: /minio/v2/metrics/cluster + scrape_interval: 30s --- apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor @@ -22,3 +23,4 @@ spec: endpoints: - targetPort: 9000 path: /minio/v2/metrics/bucket + scrape_interval: 30s