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 e04653f commit 27274f3Copy full SHA for 27274f3
helm/templates/querier-statefulset.yaml
@@ -68,11 +68,16 @@ spec:
68
- containerPort: 8000
69
resources:
70
{{- toYaml .Values.parseable.resources | nindent 12 }}
71
- {{- if .Values.parseable.persistence.querier.enabled }}
72
volumeMounts:
+ - mountPath: "/parseable/staging"
73
+ name: stage-volume
74
+ {{- if .Values.parseable.persistence.querier.enabled }}
75
- mountPath: "/parseable/hot-tier"
76
name: hot-tier-volume
77
{{- end }}
78
+ volumes:
79
+ - emptyDir: {}
80
81
volumeClaimTemplates:
82
{{- if .Values.parseable.persistence.querier.enabled }}
83
- metadata:
0 commit comments