Allow fixers to actually fix things
This commit is contained in:
parent
df1ae60936
commit
0391fd95ad
@ -15,6 +15,7 @@ job "fixers" {
|
||||
config {
|
||||
image = "iamthefij/nomad-service-fixers:0.1.0"
|
||||
command = "/scripts/nomad_orphan_services.py"
|
||||
args = ["--delete"]
|
||||
}
|
||||
|
||||
env = {
|
||||
@ -32,6 +33,7 @@ job "fixers" {
|
||||
config {
|
||||
image = "iamthefij/nomad-service-fixers:0.1.0"
|
||||
command = "/scripts/nomad_missing_services.py"
|
||||
args = ["--restart"]
|
||||
}
|
||||
|
||||
env = {
|
||||
|
Loading…
Reference in New Issue
Block a user