Use pushgateway with restic scheduler batches

Batches can't run due to incorrectly scoped variables
This commit is contained in:
IamTheFij 2023-05-09 15:56:53 -07:00
parent 5169aecc6d
commit 5dc0e4bcaf
1 changed files with 5 additions and 1 deletions

View File

@ -69,13 +69,17 @@ job "backup%{ if batch_node != null }-oneoff-${batch_node}%{ endif }" {
}
config {
image = "iamthefij/resticscheduler"
image = "iamthefij/resticscheduler:0.1.1"
ports = ["metrics"]
args = [
%{ if batch_node != null ~}
"-once",
"-$${NOMAD_META_task}",
"$${NOMAD_META_job_name}",
"--snapshot",
"$${NOMAD_META_snapshot}",
"--push-gateway",
"http://pushgateway.nomad:9091",
%{ endif ~}
"$${NOMAD_TASK_DIR}/node-jobs.hcl",
]