Is it possible to provision multiple JupyterHub charts into the same namespace just with different names? If so do you end up getting multiple hub, proxy-api, and proxy-public services?
I am attempting to see if it is possible to have different named proxy-public services in one namespace with one ingress that can handle routing to different proxy-public services. I have attempted other ingress options but more so just curious if this can be achieved.
I have looked at setting fullnameOverride
in the config YAML but that did not giving the naming scheme that I was looking for.