Skip to content

Commit

Permalink
Fix internal service
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Aug 4, 2024
1 parent 796c31a commit dd9061e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions job.nomad.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ job "calypso" {
"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`)",
"traefik.enable=true",
"traefik.http.routers.calypso-internal.rule=Host(`calypso.nomad.dsekt.internal`)",
"traefik.http.routers.calypso-internal.entrypoints=web-internal",
]
}

Expand Down

0 comments on commit dd9061e

Please sign in to comment.