Make traefik disk ephemeral and sticky

This commit is contained in:
IamTheFij 2022-07-27 17:30:35 -07:00
parent c8493b1fc5
commit d175166045
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"