Increase priority of auth tasks

This commit is contained in:
IamTheFij 2022-11-22 09:59:18 -08:00
parent ced58c24bd
commit ee67a2976c
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
job "lldap" {
datacenters = ["dc1"]
type = "service"
priority = 80
group "lldap" {

View File

@ -1,7 +1,7 @@
job "redis" {
datacenters = ["dc1"]
type = "service"
priority = 60
priority = 80
group "cache" {
count = 1

View File

@ -5,8 +5,8 @@ variable "config_data" {
job "authelia" {
datacenters = ["dc1"]
type = "service"
priority = 80
group "authelia" {
count = 1