-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
Add a route element to the webserver to control the following.
route: NONE (don't create route)
route: default (nothing) (actual 80 to 8080)
route: www.example.com (80 to 8080. with DNS name)
route: tls (443 to 8443 the ssl stuff is in /ssl a mounted secret, no DNS name and client cert could be added into the secret)
route: tls:www.example.com (443 to 8443 the ssl stuff is in /ssl a mounted secret and client cert could be added into the secret)