Hello,
I’m trying to setup the GUI listener to 80 and 443 on a separate IP (which is a different physical NIC, statically assigned) and it won’t allow me. it seems that whatever I choose from the dropdown, it still listens on all interfaces. Is this a bug or I’m missing something in the configuration?
The reason I want to do this is to use port 443 for the GUI (with native cert) and limit the connections from our management VLAN, while all the apps are served by traefik with SSL enabled cert-manager (also listening on 80 & 443, hence the conflict).
I also tried to setup the Apps / kubernetes node IP to the 192.169.10.x network, but the same thing, web-interface GUI always listens to both interfaces.
Help please