zilliztech/milvus-helm

Allow custom annotations to node svc

开放

#133 创建于 2024年10月18日

 (0 条评论) (0 个反应) (0 位负责人)Go Template (77 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (119 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南