Skip to content

Commit

Permalink
[Feat] Allow optional searcher.terminationGracePeriodSeconds (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
katlim-br authored Feb 3, 2025
1 parent d49150c commit 9a01d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: quickwit
description: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.7.13
version: 0.7.14
appVersion: "v0.8.2"
keywords:
- quickwit
Expand Down
3 changes: 3 additions & 0 deletions charts/quickwit/templates/searcher-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ spec:
lifecycle:
{{- toYaml .Values.searcher.lifecycleHooks | nindent 14 }}
{{- end }}
{{- if .Values.searcher.terminationGracePeriodSeconds }}
terminationGracePeriodSeconds: {{ .Values.searcher.terminationGracePeriodSeconds }}
{{- end }}
volumes:
- name: config
configMap:
Expand Down

0 comments on commit 9a01d48

Please sign in to comment.