mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update qdrant
This commit is contained in:
+9
-1
@@ -29,7 +29,7 @@ spec:
|
||||
effect: NoSchedule
|
||||
containers:
|
||||
- name: qdrant
|
||||
image: ghcr.io/qdrant/qdrant/qdrant:v1.9.1-unprivileged
|
||||
image: ghcr.io/qdrant/qdrant/qdrant:v1.11.3-unprivileged
|
||||
ports:
|
||||
- containerPort: 6333
|
||||
- containerPort: 6334
|
||||
@@ -40,6 +40,14 @@ spec:
|
||||
value: "0"
|
||||
- name: QDRANT__LOG_LEVEL
|
||||
value: INFO
|
||||
- name: QDRANT__SERVICE__API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: qdrant-api-key
|
||||
key: key
|
||||
value: INFO
|
||||
- name: QDRANT__SERVICE__JWT_RBAC
|
||||
value: "true"
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: "/qdrant/storage"
|
||||
|
||||
Reference in New Issue
Block a user