mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-30 22:56:21 -05:00
change default periphery stats polling rate to 5-sec
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
port = 9001 # optional. 9001 is default
|
||||
repo_dir = "/repos" # optional. /repos is default. no reason to change if running the docker container, just mount your desired repo dir to /repos in the container
|
||||
stats_polling_rate = "1-sec" # optional. 1-sec is default. can use 1-sec, 5-sec, 10-sec, 30-sec, 1-min. controls granularity of system stats recorded
|
||||
stats_polling_rate = "5-sec" # optional. 5-sec is default. can use 1-sec, 5-sec, 10-sec, 30-sec, 1-min. controls granularity of system stats recorded
|
||||
|
||||
[secrets] # optional. can inject these values into your deployments configuration.
|
||||
secret_variable = "secret_value"
|
||||
|
||||
Reference in New Issue
Block a user