Hello @jrgleason
If you would like to only redirect HTTPS on one ingress, you should create a redirection middleware (RedirectScheme - Traefik) and then apply it to the ingress via annotations (Kubernetes Ingress - Traefik)
If you want to just blindly forward all http requests to https, then you may want to use entrypoint redirection instead: (EntryPoints - Traefik)
Please note that entrypoint redirection is all-or-nothing, you cannot selectively choose what gets redirected.