diff --git a/core/lldap.nomad b/core/lldap.nomad index 64c7c80..7bb805d 100644 --- a/core/lldap.nomad +++ b/core/lldap.nomad @@ -1,6 +1,7 @@ job "lldap" { datacenters = ["dc1"] type = "service" + priority = 80 group "lldap" { diff --git a/databases/redis.nomad b/databases/redis.nomad index a40c04d..364bc57 100644 --- a/databases/redis.nomad +++ b/databases/redis.nomad @@ -1,7 +1,7 @@ job "redis" { datacenters = ["dc1"] type = "service" - priority = 60 + priority = 80 group "cache" { count = 1 diff --git a/services/authelia.nomad b/services/authelia.nomad index c777e79..6a6ab4f 100644 --- a/services/authelia.nomad +++ b/services/authelia.nomad @@ -5,8 +5,8 @@ variable "config_data" { job "authelia" { datacenters = ["dc1"] - type = "service" + priority = 80 group "authelia" { count = 1