mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-28 10:20:12 +00:00
2f4495abf46487f8175c6ecd190c00a10db6e7d1
Qdrant helm chart
TLDR;
Checkout the repository and
helm install your-qdrant-installation-name .
Description
This chart installs and bootstraps a Qdrant instance.
Prerequisites
- Kubernetes
- Helm
- PV provisioner (by the infrastructure)
Installation & Setup
You can install the chart via:
helm install your-qdrant-installation-name .
Unistall via:
helm delete your-qdrant-installation-name .
Delete the volume with
kubectl delete pvc -l kubectl delete pvc -l app.kubernetes.io/instance=your-qdrant-installation-name
Configuration
For documentation of the settings please refer to Qdrant Configuration File
All of these configuration options could be overwritten under config in values.yaml.
A modifcation example is provided there.
Distributed setup
Running a distributed cluster just needs a few changes in your values.yaml file.
Increase the number of replicas to the desired number of nodes and set config.cluster.enabled to true.
Depending on your environment or cloud provider you might need to change the service in the values.yaml as well.
For example on AWS EKS you would need to change the cluster.type to NodePort.
Description
Languages
Go
67.4%
Shell
24.3%
Smarty
8%
Makefile
0.3%