ttp: routers: custom-secure: rule: "Host(`url_service`)" service: "custom-service" entrypoints: ["https"] middlewares: - "custom-https-redirect" tls: certResolver: "http" psw: rule: "Host(`url_service`)" entrypoints: ["http"] middlewares: - "custom-https-redirect" service: "custom-service" middlewares: custom-https-redirect: redirectScheme: scheme: "https" permanent: true services: custom-service: loadBalancer: servers: - url: "http://service:80"