mirror of https://git.rancher.io/charts
add default scrapeinterval for nginx in monitoring
parent
e05dac2b05
commit
09edfe0c23
|
@ -434,7 +434,7 @@
|
||||||
+ serviceMonitor:
|
+ serviceMonitor:
|
||||||
+ ## Scrape interval. If not set, the Prometheus default scrape interval is used.
|
+ ## 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.
|
+ ## proxyUrl: URL of a proxy that should be used for scraping.
|
||||||
+ ##
|
+ ##
|
||||||
|
|
Loading…
Reference in New Issue