Fabrizio Bonavita f339db8684 Basic README
2022-05-25 14:04:22 +02:00
2022-05-25 13:31:41 +02:00
2022-05-25 13:20:06 +02:00
2022-05-25 14:04:22 +02:00
2022-05-25 13:31:41 +02:00

Qdrant helm chart

Qdrant documentation

TLDR;

Checkout the repository and

helm install your_qdrant_installation_name .

Description

This chart installs and bootstraps a Qdrant instance.

Disclaimer

The current version (0.7.0) does not yet support a distributed setup or replication. Increasing replicas does not have the intended effect right now

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 are available in values.yaml.

Description
No description provided
Readme Apache-2.0 584 KiB
Languages
Go 67.4%
Shell 24.3%
Smarty 8%
Makefile 0.3%