From 37707c4d8a8bd41e16844d45200eb9c988ccbde6 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 9 Jul 2025 19:51:20 -0500 Subject: [PATCH] adjust --- .../monitoring/s3-exporter/templates/scrape-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/monitoring/s3-exporter/templates/scrape-config.yaml b/clusters/cl01tl/monitoring/s3-exporter/templates/scrape-config.yaml index c590d6660..d4025eefb 100644 --- a/clusters/cl01tl/monitoring/s3-exporter/templates/scrape-config.yaml +++ b/clusters/cl01tl/monitoring/s3-exporter/templates/scrape-config.yaml @@ -8,10 +8,9 @@ metadata: app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }} spec: - jobName: s3-do-home-infra metricsPath: /probe - # scrapeInterval: 12h - # scrapeTimeout: 120s + scrapeInterval: 120s + scrapeTimeout: 120s httpSDConfigs: - - url: http://s3-exporter.s3-exporter:9340/discovery + - url: http://127.0.0.1:9340/discovery refreshInterval: 15s