Skip to content

Commit

Permalink
fix: qdrant cluster ops is always running (#4679)
Browse files Browse the repository at this point in the history
  • Loading branch information
iziang authored Aug 8, 2023
1 parent a0a5c19 commit 0e6480f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deploy/qdrant/templates/clusterdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ spec:
- name: data
type: data
podSpec:
# [FIXME]
# It's a large value to give the pod enough time to run the pre-stop script, this is just a workaround
# It would be more advisable to relocate the data migration logic to the SQL channel.
terminationGracePeriodSeconds: 86400
securityContext:
fsGroup: 1001
initContainers:
Expand Down

0 comments on commit 0e6480f

Please sign in to comment.