From 697b8067c4e288ab63730addcab0884adace6870 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 17 Mar 2025 22:56:10 +0800 Subject: [PATCH] fix: correct typo in scrape configuration from 'internal' to 'interval' Signed-off-by: zhenyus --- freeleaps/helm-pkg/authentication/values.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index cd0f3fc5..d047f77a 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -49,7 +49,7 @@ authentication: labels: release: kube-prometheus-stack namespace: freeleaps-monitoring-system - internal: 30s + interval: 30s scrapeTimeout: "" services: - name: authentication-service