zilliztech/milvus-helm

Allow custom annotations to node svc

オープン

#133 opened on 2024/10/18

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go Template (77 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (119 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド