Increase priority of stateful jobs

This commit is contained in:
IamTheFij 2022-09-26 16:40:25 -07:00
parent e3ad6c4ff0
commit 165a8b3a40
2 changed files with 2 additions and 0 deletions

View File

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

View File

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