zilliztech/milvus-helm

Allow custom annotations to node svc

Ouverte

#133 ouverte le 18 oct. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Go Template (77 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (119 étoiles)
Métriques de merge PR
 (Merge moyen 11h 40m) (2 PRs mergées en 30 j)

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.

Guide contributeur