We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90cd59 commit b5e2612Copy full SHA for b5e2612
3 files changed
charts/trieve/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: trieve
3
description: Helm chart expressing Trieve deployment without any dependencies
4
type: application
5
-version: 0.2.29
+version: 0.2.30
6
appVersion: "0.12.0"
7
dependencies:
8
- name: qdrant
charts/trieve/values.aws.yaml
charts/trieve/values.yaml
@@ -175,7 +175,7 @@ qdrant:
175
enabled: true
176
url: http://trieve-local-qdrant:6334
177
apiKey: "qdrant-api-key" # This could also be made ref-able if needed
178
- replicaCount: 3
+ replicaCount: 1
179
livenessProbe:
180
enabled: false
181
metrics:
0 commit comments