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

4 lines
143 B
YAML

{{- if index .Values "index-cache" "enabled" }}
{{- include "mimir.lib.serviceMonitor" (dict "ctx" $ "component" "index-cache") }}
{{- end -}}