helm-charts
helm-charts copied to clipboard
Helm charts for Quickwit
Right now our ingress routes requests to searchers. It would be more efficient to send them to indexers probably. We can probably cook something by adding a route and adding...
Is-it possible to add a flag to enable the KEDA autoscaler for the searcher and indexer pods. Something we could enabled in the `values.yaml` like that: ```yaml keda: indexer: enabled:...
I really don't like having to define secrets in the yaml file `values.yaml`. [Bitnami charts](https://github.com/bitnami/charts) solve this issue by defining an optional `existingSecret` variable. Let's do that.
Hi, I'm using Quickwit in a distributed setup, using a S3 file-based metastore. Server 1 has the following components: - control plane - indexer - metastore Server 2 is using...
Ref https://helm.sh/docs/topics/charts/#schema-files
This is an issue as most of our users have a PostgreSQL metastore.
See quickwit-oss/quickwit#2054.