helm-charts
helm-charts copied to clipboard
Helm charts for Quickwit
Here is an implementation for #48 without any breaking changes. You can now pass two additional extra environment variables to define secrets. This implementation allows the user to pass the...
Support dual stack clusters :)
So my use case is to expose only the quickwit indexer through a load balancer. This patch is a bit more general but should get the work done. Haven't had...
We should add some integration tests to ensure that the helm chart works as expected with the Prometheus Operator. This requires a cluster with the operator installed in the default...
All resources have [Kubernetes recommended labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/)
... to avoid confuse users. Right now indexers/searcher are getting the default file metastore uri.
Hello its not realy clear to know what put in values.yaml because of s3 values and no storage values in default values.yaml like a minio exemple or something
should add rest labels here https://github.com/quickwit-oss/helm-charts/blob/main/charts/quickwit/templates/configmap.yaml#L13 ``` {{- with .Values.config.rest }} rest: {{- toYaml . | nindent 6 }} {{- end }} ```