By default, Traefik routes on the http interface only. We want to route on both http and https interfaces (front ends).
The trick is to create 2x services in the Nomad Job for the application - one for http and one for https. See example Traefik/MyApp jobs below.
I also had trouble getting traefik to use custom TLS certs - the trick was to put those into the dynamic config for traefik.
Tags: nomad traefik https tls ingress router