Files
devops-infra-helm-charts-gcp/helm-templates/mimir-distributed/templates/ruler/ruler-servmon.yaml
T
2026-08-26 03:39:42 +05:30

4 lines
140 B
YAML

{{- if .Values.ruler.enabled -}}
{{- include "mimir.lib.serviceMonitor" (dict "ctx" $ "component" "ruler" "memberlist" true) }}
{{- end -}}