Files
devops-infra-helm-charts-gcp/helm-templates/mimir-distributed/templates/graphite-proxy/graphite-metric-name-cache/graphite-metric-name-cache-statefulset.yaml
T
2026-08-26 03:39:42 +05:30

4 lines
174 B
YAML

{{- if and .Values.enterprise.enabled .Values.graphite.enabled -}}
{{- include "mimir.memcached.statefulSet" (dict "ctx" $ "component" "gr-metricname-cache" ) }}
{{- end -}}