From ee67a2976c53772b2b24d99a4d885acb98f7201c Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 22 Nov 2022 09:59:18 -0800 Subject: [PATCH] Increase priority of auth tasks --- core/lldap.nomad | 1 + databases/redis.nomad | 2 +- services/authelia.nomad | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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