From 73c8c6435ff491bc60500c987cc8f6633ae67989 Mon Sep 17 00:00:00 2001 From: Thomas Philipona Date: Thu, 12 Oct 2023 11:36:53 +0200 Subject: [PATCH] Update Scrape interval --- charts/user-monitoring/templates/_user-prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/user-monitoring/templates/_user-prometheus.yaml b/charts/user-monitoring/templates/_user-prometheus.yaml index 2d4be3b..d8e5303 100644 --- a/charts/user-monitoring/templates/_user-prometheus.yaml +++ b/charts/user-monitoring/templates/_user-prometheus.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/name: prometheus name: prometheus spec: - scrapeInterval: 10s + scrapeInterval: 60s serviceAccountName: prometheus-{{ .Values.user }} serviceMonitorNamespaceSelector: matchLabels: