zilliztech/milvus-helm

Allow custom annotations to node svc

Offen

#133 geöffnet am 18.10.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go Template (77 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (119 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 11h 40m) (2 gemergte PRs in 30 T)

Beschreibung

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