Open
Description
openedon Aug 29, 2022
I am running a cluster of 3 CrateDB nodes on Kubernetes.
I have set up an ingress to access the admin UI on path /db
. However, I think to access it on this path I probably need to do some configuration so static files are served from the /db
path, or the requests are routed on this path. How to do this configuration?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment