diff --git a/charts/qdrant/templates/statefulset.yaml b/charts/qdrant/templates/statefulset.yaml index 4438b7b..71d3e7b 100644 --- a/charts/qdrant/templates/statefulset.yaml +++ b/charts/qdrant/templates/statefulset.yaml @@ -157,6 +157,10 @@ spec: securityContext: {{- toYaml . | nindent 12 }} {{- end }} + lifecycle: + preStop: + exec: + command: ["sleep", "3"] volumeMounts: - name: qdrant-storage mountPath: /qdrant/storage