diff --git a/api/v1/qdrantcluster_types.go b/api/v1/qdrantcluster_types.go index 02d4a7a..e5301dc 100644 --- a/api/v1/qdrantcluster_types.go +++ b/api/v1/qdrantcluster_types.go @@ -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.