Skip to content

Commit

Permalink
Update traefik config
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Jul 8, 2024
1 parent db8f216 commit 916239a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions job.nomad.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ job "dfunkt" {
port = "http"
provider = "nomad"
tags = [
"traefik-external.enable=true",
"traefik-external.http.routers.dfunkt.rule=Host(`dfunkt.datasektionen.se`)",
"traefik-external.http.routers.dfunkt.entrypoints=websecure",
"traefik-external.http.routers.dfunkt.tls.certresolver=default",
"traefik.enable=true",
"traefik.http.routers.dfunkt.rule=Host(`dfunkt.datasektionen.se`)",
"traefik.http.routers.dfunkt.tls.certresolver=default",
]
}

Expand Down

0 comments on commit 916239a

Please sign in to comment.