gshipley / installcentos

427 stars 456 forks source link

Allow web console on port 443 #40

Open marekjelen opened 6 years ago

marekjelen commented 6 years ago

Allow web console to be accessible using port 443

marekjelen commented 6 years ago

Information provided by @isreehari


https://alword.wordpress.com/2016/03/11/make-openshift-console-available-on-port-443-https

I used several times a dedicated haproxy pod to provide the OpenShift v3 Web console on port 443 (https). This concept could be used also for different services in the PaaS. There are some ansible variables for openshift_master_api_port and openshift_master_console_port which suggest that you are able to change the port. This ports are ‘internal’ ports and not designed to be the public ports. So changing this ports could crash your OpenShift setup!