Add splay to blocky template render
Avoid all instances going down at once when the template canges
This commit is contained in:
parent
1be855e571
commit
8e827ef4ad
@ -108,6 +108,7 @@ job "blocky" {
|
|||||||
template {
|
template {
|
||||||
data = var.config_data
|
data = var.config_data
|
||||||
destination = "app/config.yml"
|
destination = "app/config.yml"
|
||||||
|
splay = "1m"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user