Skip to content

Commit

Permalink
ADD: metrics.path tag to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
msirovy committed Sep 8, 2023
1 parent 0d10a7e commit 20f1571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ job "__JOB_NAME__" {
provider = "nomad"

tags = [
"webapp",
"metrics=true",
"metrics.path=/_healthz/metrics",
"public",
"traefik.enable=true",
"traefik.http.routers.${NOMAD_JOB_NAME}-app.rule=Host(`${var.fqdn}`)"
Expand Down
Empty file modified test.sh
100755 → 100644
Empty file.

0 comments on commit 20f1571

Please sign in to comment.