Jupyterhub on Kubernetes using host network with random ports

I need to deploy jupyterhub on Kubernetes cluster with hostNetwork:true, but in this case I would have port conflict in case two users are on the same host. Here someone suggested to add '--port=%i' % port for dockerSpawner. But I coudn’t find anything for kubeSpawner.
Is there any solution for this?

Thanks,