mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-12 22:23:01 +02:00
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:
@ -34,6 +34,9 @@ spec:
|
||||
volumeMounts:
|
||||
- name: qdrant-storage
|
||||
mountPath: /qdrant/storage
|
||||
env:
|
||||
- name: QDRANT__TELEMETRY_DISABLED
|
||||
value: true
|
||||
volumes:
|
||||
- name: qdrant-storage
|
||||
persistentVolumeClaim:
|
||||
|
Reference in New Issue
Block a user