Files
HetznerTerra/infrastructure/charts/loki/templates/chunks-cache/service-chunks-cache-headless.yaml
T

10 lines
408 B
YAML
Raw Normal View History

2026-05-04 10:49:46 +00:00
{{- if .Values.chunksCache.enabled }}
{{- include "loki.memcached.service" (dict "ctx" $ "memcacheConfig" .Values.chunksCache "valuesSection" "chunksCache" "component" "chunks-cache") }}
{{- if .Values.chunksCache.l2.enabled }}
---
{{ include "loki.memcached.service" (dict "ctx" $ "memcacheConfig" .Values.chunksCache.l2 "valuesSection" "chunksCache" "component" "chunks-cache") }}
{{- end -}}
{{- end }}