Skip to content

Commit

Permalink
Add new dns to debian repo jobspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Sep 10, 2024
1 parent 3abbce2 commit 51aef1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions operations/anon-debian-repo.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ job "anon-debian-repo" {
"traefik.http.routers.deb-repo.rule=Host(`deb.dmz.ator.dev`)",
"traefik.http.routers.deb-repo.tls=true",
"traefik.http.routers.deb-repo.tls.certresolver=atorresolver",
"traefik.http.routers.deb-repo-dns.entrypoints=https",
"traefik.http.routers.deb-repo-dns.rule=Host(`deb.en.anyone.tech`)",
"traefik.http.routers.deb-repo-dns.tls=true",
"traefik.http.routers.deb-repo-dns.tls.certresolver=anyoneresolver"
]
check {
name = "nginx http server alive"
Expand Down

0 comments on commit 51aef1c

Please sign in to comment.