-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give an way in helm deploy to change the root asset path #2116
Comments
Issue is also created in the questdb kubernetes repo: questdb/questdb-kubernetes#53 |
I learned from @insmac that's the asset path as documented here is actually a build-time option, not a runtime option. So making this configurable for end-users will need changes in both QuestDB-Core and QuestDB-Kubernetes repos. |
Just wanted to send my +1 for this. We would wish for some env-variable or setting that questdb picks up on and allows the web-ui to be served from some path other than / |
This was fixed in the latest web console and the next QuestDB version will include this change. This means it'll be possible to have an ingress_controller / reverse_proxy where QuestDB is mapped under a non-root context. I tested it with a local nginx:
and it's working like a charm! |
Is your feature request related to a problem?
I installed questDB to my AKS cluster using helm, but my ingress is looking to route that is different from "/". The questdb console is trying to get js/css files from wrong root path.
Describe the solution you'd like.
Add some env var that can be set on helm deploy to change the asset_path value.
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: