Disable qdrant telemetry by default (#121)

* Disable qdrant telemetry by default

Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>

* Add K8s config

Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>

---------

Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
This commit is contained in:
Marcel 2023-07-01 05:53:59 +02:00 committed by GitHub
parent af329d31fb
commit ab83f5d17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,8 @@ services:
restart: always
env_file:
- .env
environment:
- QDRANT__TELEMETRY_DISABLED=true
ports:
- "6333:6333"
volumes:

View File

@ -61,6 +61,8 @@ services:
restart: always
env_file:
- .env
environment:
- QDRANT__TELEMETRY_DISABLED=true
volumes:
- qdrant_volume:/qdrant/storage
search_engine:

View File

@ -34,6 +34,9 @@ spec:
volumeMounts:
- name: qdrant-storage
mountPath: /qdrant/storage
env:
- name: QDRANT__TELEMETRY_DISABLED
value: true
volumes:
- name: qdrant-storage
persistentVolumeClaim: