Increase priority of auth tasks
This commit is contained in:
parent
ced58c24bd
commit
ee67a2976c
@ -1,6 +1,7 @@
|
||||
job "lldap" {
|
||||
datacenters = ["dc1"]
|
||||
type = "service"
|
||||
priority = 80
|
||||
|
||||
group "lldap" {
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
job "redis" {
|
||||
datacenters = ["dc1"]
|
||||
type = "service"
|
||||
priority = 60
|
||||
priority = 80
|
||||
|
||||
group "cache" {
|
||||
count = 1
|
||||
|
@ -5,8 +5,8 @@ variable "config_data" {
|
||||
|
||||
job "authelia" {
|
||||
datacenters = ["dc1"]
|
||||
|
||||
type = "service"
|
||||
priority = 80
|
||||
|
||||
group "authelia" {
|
||||
count = 1
|
||||
|
Loading…
Reference in New Issue
Block a user