fix: correct Traefik router name to tink-demo (was moneycapp-tink-demo)
All checks were successful
Build and Deploy / deploy (push) Successful in 1m0s

This commit is contained in:
Henrik Jess Nielsen
2026-05-23 00:13:33 +02:00
parent 8c1645189b
commit 3d35135b9b

View File

@@ -15,7 +15,8 @@ job "moneycapp-tink-demo" {
tags = ["traefik.enable=true", tags = ["traefik.enable=true",
"traefik.http.routers.tink-demo.rule=Host(`tink-demo.i80.dk`)", "traefik.http.routers.tink-demo.rule=Host(`tink-demo.i80.dk`)",
"traefik.http.routers.tink-demo.tls=true", "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 { check {
type = "http" type = "http"
path = "/" path = "/"