zilliztech/milvus-helm

Allow custom annotations to node svc

Aperta

#133 aperta il 18 ott 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Go Template (77 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (119 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor