Trouble configuring Ingress for Helm Chart

Welcome to the forum!

Have you tried setting a host instead of ""?

If you want to run JupyterHub under a prefix you should set

hub:
  baseUrl: /jupyter

in your config instead. This will configure JupyterHub to run under that prefix, and the Helm Chart will automatically add that to the ingress configuration, you shouldn’t need to specify pathSuffix. I thought this was in the Z2JH docs but I can’t find it :disappointed_relieved: