Skip to content

Commit 4581c00

Browse files
committed
fix-sigterm
1 parent fe68904 commit 4581c00

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

helm/templates/ingestor-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
{{- .Values.parseable.highAvailability.ingestor.labels | toYaml | nindent 8 }}
3333
{{- include "parseable.ingestorLabelsSelector" . | nindent 8 }}
3434
spec:
35-
terminationGracePeriodSeconds: 10
35+
terminationGracePeriodSeconds: 10
3636
serviceAccountName: {{ include "parseable.serviceAccountName" . }}
3737
containers:
3838
- name: {{ .Chart.Name }}

helm/templates/querier-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
{{- .Values.parseable.podLabels | toYaml | nindent 8 }}
3636
{{- include "parseable.querierLabelsSelector" . | nindent 8 }}
3737
spec:
38-
terminationGracePeriodSeconds: 10
38+
terminationGracePeriodSeconds: 10
3939
serviceAccountName: {{ include "parseable.serviceAccountName" . }}
4040
containers:
4141
- name: {{ .Chart.Name }}

helm/templates/standalone-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- name: {{ $key }}
4848
value: {{ tpl $value $ | quote }}
4949
{{- end }}
50-
{{- if .Values.parseable.local }}
50+
{{- if .Values.parseable.localModeSecret }}
5151
{{- range $secret := .Values.parseable.localModeSecret }}
5252
{{- range $key := $secret.keys }}
5353
{{- $envPrefix := $secret.prefix | default "" | upper }}

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parseable:
55
pullPolicy: Always
66
## object store can be local, s3 or blob.
77
## local needs to be false if set to object store.
8-
store: local
8+
store: local-store
99
## Set to true if you want to deploy Parseable in a HA mode (multiple ingestors)
1010
## Please note that highAvailability is not supported in local mode
1111
highAvailability:

0 commit comments

Comments
 (0)