We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec3d76 commit ba386cfCopy full SHA for ba386cf
charts/quickwit/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: quickwit
3
description: Sub-second search & analytics engine on cloud storage.
4
type: application
5
-version: 0.7.16
+version: 0.7.17
6
appVersion: v0.8.2
7
keywords:
8
- quickwit
charts/quickwit/templates/searcher-statefulset.yaml
@@ -1,3 +1,4 @@
1
+{{- if .Values.searcher.enabled }}
apiVersion: apps/v1
kind: StatefulSet
metadata:
@@ -152,3 +153,4 @@ spec:
152
153
storageClassName: "{{ .Values.searcher.persistentVolume.storageClass }}"
154
{{- end }}
155
156
+{{- end }}
charts/quickwit/values.yaml
@@ -59,6 +59,7 @@ tolerations: []
59
affinity: {}
60
61
searcher:
62
+ enabled: true
63
replicaCount: 3
64
65
# Extra env for searcher
0 commit comments