-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: glasskube-bot <[email protected]>
- Loading branch information
1 parent
99e219a
commit e135cfa
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"qdrant" --use-default=all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json | ||
|
||
name: qdrant | ||
iconUrl: https://avatars.githubusercontent.com/u/73504361 | ||
shortDescription: High-Performance Vector Search at Scale | ||
longDescription: Qdrant - Vector Database for the next generation of AI applications. | ||
defaultNamespace: default | ||
references: | ||
- label: ArtifactHub | ||
url: https://artifacthub.io/packages/helm/qdrant/qdrant | ||
- label: GitHub | ||
url: https://github.com/qdrant/qdrant | ||
scope: Namespaced | ||
helm: | ||
chartName: qdrant | ||
chartVersion: 1.12.6 | ||
repositoryUrl: https://qdrant.github.io/qdrant-helm | ||
values: | ||
apiKey: true | ||
replicaCount: 1 | ||
resources: | ||
limits: | ||
memory: 512Mi | ||
requests: | ||
cpu: 50m | ||
memory: 512Mi | ||
valueDefinitions: | ||
memory: | ||
constraints: {} | ||
defaultValue: 512Mi | ||
metadata: | ||
label: qdrant memory request and limit per instance | ||
targets: | ||
- chartName: qdrant | ||
patch: | ||
op: replace | ||
path: /resources/limits/memory | ||
- chartName: qdrant | ||
patch: | ||
op: replace | ||
path: /resources/requests/memory | ||
type: text | ||
instances: | ||
constraints: {} | ||
defaultValue: "1" | ||
metadata: | ||
label: qdrant instance count | ||
targets: | ||
- chartName: qdrant | ||
patch: | ||
op: replace | ||
path: /replicaCount | ||
valueTemplate: "{{.}}" | ||
type: number |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ versions: | |
- version: v1.12.3+1 | ||
- version: v1.12.4+1 | ||
- version: v1.12.5+1 | ||
- version: v1.12.6+1 |