Increase priority of stateful jobs
This commit is contained in:
parent
8ab6c2c3e0
commit
66bd276626
@ -1,6 +1,7 @@
|
||||
job "mysql-server" {
|
||||
datacenters = ["dc1"]
|
||||
type = "service"
|
||||
priority = 80
|
||||
|
||||
group "mysql-server" {
|
||||
count = 1
|
||||
|
@ -1,6 +1,7 @@
|
||||
job "redis" {
|
||||
datacenters = ["dc1"]
|
||||
type = "service"
|
||||
priority = 60
|
||||
|
||||
group "cache" {
|
||||
count = 1
|
||||
|
Loading…
Reference in New Issue
Block a user