Add splay to blocky template render

Avoid all instances going down at once when the template canges
This commit is contained in:
IamTheFij 2022-09-05 12:57:13 -07:00
parent 67df912755
commit 722b63260c
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ job "blocky" {
template {
data = var.config_data
destination = "app/config.yml"
splay = "1m"
}
}
}