diff --git a/k8s/distributed-chroma/templates/query-service.yaml b/k8s/distributed-chroma/templates/query-service.yaml index 8f08c305204..cc50ee5f8c8 100644 --- a/k8s/distributed-chroma/templates/query-service.yaml +++ b/k8s/distributed-chroma/templates/query-service.yaml @@ -75,6 +75,7 @@ spec: {{if .Values.queryService.cache}} - name: query-service-cache mountPath: {{ .Values.queryService.cache.mountPath }} + subPathExpr: $(CHROMA_QUERY_SERVICE__MY_MEMBER_ID) {{ end }} ports: - containerPort: 50051