Make traefik disk ephemeral and sticky

This commit is contained in:
IamTheFij 2022-07-27 17:30:35 -07:00
parent c0f64c9c8a
commit a5fd1942de
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ job "traefik" {
}
}
ephemeral_disk {
migrate = true
sticky = true
}
service {
name = "traefik"
port = "web"