Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/v1/qdrantcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type QdrantClusterSpec struct {
// ServicePerNode specifies whether the cluster should start a dedicated service for each node.
// +kubebuilder:default=true
// +optional
ServicePerNode bool `json:"servicePerNode,omitempty"`
ServicePerNode bool `json:"servicePerNode"`
// ClusterManager specifies whether to use the cluster manager for this cluster.
// The Python-operator will deploy a dedicated cluster manager instance.
// The Go-operator will use a shared instance.
Expand Down
Loading