I came accross a problem while deploying jupyterhub on k3s. The svclb-proxy-public service pod keeps getting stuck in pending, because the port 80 is already occupied on all nodes (single machine cluster). I tried changing the port through configuration, but it seems to have no effect on the service.
proxy:
service:
nodePorts:
http: 30000
https: 30001
Anyone any ideas? Maybe I understood something in the configuration wrong?