fix: correct Traefik router name to tink-demo (was moneycapp-tink-demo)
All checks were successful
Build and Deploy / deploy (push) Successful in 1m0s
All checks were successful
Build and Deploy / deploy (push) Successful in 1m0s
This commit is contained in:
@@ -15,7 +15,8 @@ job "moneycapp-tink-demo" {
|
||||
tags = ["traefik.enable=true",
|
||||
"traefik.http.routers.tink-demo.rule=Host(`tink-demo.i80.dk`)",
|
||||
"traefik.http.routers.tink-demo.tls=true",
|
||||
"traefik.http.routers.tink-demo.tls.certresolver=le"]
|
||||
"traefik.http.routers.tink-demo.tls.certresolver=le",
|
||||
"traefik.http.services.tink-demo.loadbalancer.server.port=8000"]
|
||||
check {
|
||||
type = "http"
|
||||
path = "/"
|
||||
|
||||
Reference in New Issue
Block a user