Skip to content

Commit

Permalink
UP: nginx-ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
msirovy committed Nov 24, 2023
1 parent bc5875d commit c683523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Build
FROM golang:1.21-buster AS build
FROM golang:1.21.4-bookworm AS build


COPY . /usr/src/troll/
Expand Down
5 changes: 2 additions & 3 deletions deploy.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ job "__JOB_NAME__" {
tags = [
"metrics=true",
"metrics.path=/_healthz/metrics",
"public",
"traefik.enable=true",
"traefik.http.routers.${NOMAD_JOB_NAME}-app.rule=Host(`${var.fqdn}`)"
"http=true",
"http.url=${var.fqdn}"
]

port = "app"
Expand Down

0 comments on commit c683523

Please sign in to comment.