zilliztech/milvus-helm

Allow custom annotations to node svc

Open

#133 opened on Oct 18, 2024

 (0 comments) (0 reactions) (0 assignees)Go Template (77 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (119 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently datanode, indexnode, querynode does not allow additional service annotations like

{{- with .Values.service.annotations }}
  annotations:
{{ toYaml . | indent 4 }}

why: currently monitoring supports only prometheus way via servicemonitor. With annotations, one could use vmagent to scrape services based on annotations.

Contributor guide