Skip to content

Commit b5e2612

Browse files
committed
feat(trieve-helm): set default values.yaml to be easier to install
1 parent b90cd59 commit b5e2612

3 files changed

Lines changed: 2 additions & 154 deletions

File tree

charts/trieve/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: trieve
33
description: Helm chart expressing Trieve deployment without any dependencies
44
type: application
5-
version: 0.2.29
5+
version: 0.2.30
66
appVersion: "0.12.0"
77
dependencies:
88
- name: qdrant

charts/trieve/values.aws.yaml

Lines changed: 0 additions & 152 deletions
This file was deleted.

charts/trieve/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ qdrant:
175175
enabled: true
176176
url: http://trieve-local-qdrant:6334
177177
apiKey: "qdrant-api-key" # This could also be made ref-able if needed
178-
replicaCount: 3
178+
replicaCount: 1
179179
livenessProbe:
180180
enabled: false
181181
metrics:

0 commit comments

Comments
 (0)