Auto revert broken blocky

Also enable traefik
This commit is contained in:
IamTheFij 2022-06-23 20:10:36 -07:00
parent ffdfdeadfb
commit 2f4d90abdc
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@ job "blocky" {
update {
max_parallel = 1
auto_revert = true
}
group "blocky" {
@ -39,6 +40,10 @@ job "blocky" {
metrics_addr = "${NOMAD_ADDR_api}"
}
tags = [
"traefik.enable=true",
]
connect {
sidecar_service {
proxy {