add default scrapeinterval for nginx in monitoring

pull/1693/head
Sebastiaan van Steenis 2022-03-03 15:27:23 +01:00
parent e05dac2b05
commit 09edfe0c23
No known key found for this signature in database
GPG Key ID: B94666BE95B4B9C2
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@
+ serviceMonitor:
+ ## Scrape interval. If not set, the Prometheus default scrape interval is used.
+ ##
+ interval: ""
+ interval: "30"
+
+ ## proxyUrl: URL of a proxy that should be used for scraping.
+ ##