prod: update diplonat and make garage restart on template changes again

Diplonat update prevents unnecessary flapping of autodiscovered ip
addresses, which was the cause of useless restarts of the garage daemon.
But in principle we want Garage to be restarted if the ipv6 address
changes as it indicates changes in the network.
This commit is contained in:
Alex 2024-01-17 12:38:53 +01:00
parent 56e4dd954f
commit a21493745d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ job "core-diplonat" {
driver = "docker"
config {
image = "lxpz/amd64_diplonat:6"
image = "lxpz/amd64_diplonat:7"
network_mode = "host"
readonly_rootfs = true
privileged = true

View File

@ -44,7 +44,7 @@ job "garage" {
template {
data = file("../config/garage.toml")
destination = "secrets/garage.toml"
change_mode = "noop"
#change_mode = "noop"
}
template {