Illegaler Runenliteral (und 1 weitere Fehler)
Host('prod.recsapi.mydomain.com')
The rule (Match) must use backtick instead of single quote https://docs.traefik.io/v2.0/routing/routers/#rule 264
Host(`prod.recsapi.mydomain.com`)
DreamCoder