Skip to content

Commit 6bbb450

Browse files
committed
Template / Add qdrant
1 parent 173368d commit 6bbb450

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

services/qdrant/app.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
apiVersion: application.kubero.dev/v1alpha1
2+
kind: KuberoApp
3+
metadata:
4+
name: qdrant
5+
annotations:
6+
kubero.dev/template.architecture: "[]"
7+
kubero.dev/template.description: "High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud"
8+
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/73504361"
9+
kubero.dev/template.installation: ""
10+
kubero.dev/template.links: "[]"
11+
kubero.dev/template.screenshots: "[]"
12+
kubero.dev/template.source: "https://github.com/qdrant/qdrant"
13+
kubero.dev/template.categories: '["database"]'
14+
kubero.dev/template.title: "qdrant"
15+
kubero.dev/template.website: "https://qdrant.tech/"
16+
labels:
17+
manager: kubero
18+
spec:
19+
name: qdrant
20+
deploymentstrategy: docker
21+
envVars: []
22+
extraVolumes:
23+
- accessMode: ReadWriteOnce
24+
accessModes:
25+
- ReadWriteOnce
26+
emptyDir: false
27+
mountPath: /qdrant/storage
28+
name: qdrant-volume
29+
size: 1Gi
30+
storageClass: standard
31+
cronjobs: []
32+
addons: []
33+
web:
34+
replicaCount: 1
35+
worker:
36+
replicaCount: 0
37+
image:
38+
containerPort: "6333"
39+
pullPolicy: Always
40+
repository: qdrant/qdrant
41+
tag: latest

0 commit comments

Comments
 (0)