Skip to content

Commit

Permalink
Update router name
Browse files Browse the repository at this point in the history
  • Loading branch information
floodcode committed Jul 8, 2024
1 parent 273a923 commit 681e1a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions operations/deploy-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ job "depictor-live" {
port = "nginx-http"
tags = [
"traefik.enable=true",
"traefik.http.routers.deb-repo.entrypoints=https",
"traefik.http.routers.deb-repo.rule=Host(`netowork-health.dmz.ator.dev`)",
"traefik.http.routers.deb-repo.tls=true",
"traefik.http.routers.deb-repo.tls.certresolver=atorresolver",
"traefik.http.routers.depictor.entrypoints=https",
"traefik.http.routers.depictor.rule=Host(`netowork-health.dmz.ator.dev`)",
"traefik.http.routers.depictor.tls=true",
"traefik.http.routers.depictor.tls.certresolver=atorresolver",
]
check {
name = "nginx http server alive"
Expand Down

0 comments on commit 681e1a7

Please sign in to comment.