Make traefik disk ephemeral and sticky
This commit is contained in:
parent
c8493b1fc5
commit
d175166045
@ -36,6 +36,11 @@ job "traefik" {
|
||||
}
|
||||
}
|
||||
|
||||
ephemeral_disk {
|
||||
migrate = true
|
||||
sticky = true
|
||||
}
|
||||
|
||||
service {
|
||||
name = "traefik"
|
||||
port = "web"
|
||||
|
Loading…
Reference in New Issue
Block a user