Is there a way to set https as the default option when exposing service routes. 
 `oc expose service xyz`.  Right now we’re running `oc patch route xyz -p 
'{"spec":{"tls":{"termination":"edge"}}}’` after the `oc expose` command.  This 
works but I’d love to be able to skip this step and encourage https as the 
default.

Thanks,

Brandon Richins


_______________________________________________
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to