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 b33b6c0 commit 796c31a
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 @@ -11,10 +11,9 @@ job "calypso" {
port = "http"
provider = "nomad"
tags = [
"traefik-external.enable=true",
"traefik-external.http.routers.calypso.rule=Host(`calypso.datasektionen.se`)",
"traefik-external.http.routers.calypso.entrypoints=websecure",
"traefik-external.http.routers.calypso.tls.certresolver=default",
"traefik.enable=true",
"traefik.http.routers.calypso.rule=Host(`calypso.datasektionen.se`)",
"traefik.http.routers.calypso.tls.certresolver=default",

"traefik-internal.enable=true",
"traefik-internal.http.routers.calypso.rule=Host(`calypso.nomad.dsekt.internal`)",
Expand Down

0 comments on commit 796c31a

Please sign in to comment.