Skip to content

Commit

Permalink
allow configurable podManagementPolicy (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-baraboo-cnr authored Apr 3, 2024
1 parent 6d476e1 commit 505e5a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/qdrant/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
podManagementPolicy: Parallel
podManagementPolicy: {{ .Values.podManagementPolicy }}
selector:
matchLabels:
{{- include "qdrant.selectorLabels" . | nindent 6 }}
Expand Down
2 changes: 2 additions & 0 deletions charts/qdrant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ serviceAccount:

priorityClassName: ""

podManagementPolicy: Parallel

podDisruptionBudget:
enabled: false
maxUnavailable: 1
Expand Down

0 comments on commit 505e5a3

Please sign in to comment.