How do I setup an OpenShift route that will allow both 80 and 443 traffic to my app?

HOW TO -️ October 18, 2021

I'd like to setup a route that will pass both 80 and 443 traffic to the same service in OpenShift. When I try to create a second route it errors out. I want this to be in a yaml like would be used with oc create -f route.yaml so I can submit it to our IaC code repo.

Answer

Could you add the logging?

Initializing...