diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index 5cef6247c9827..e83e5569f351e 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -179,6 +179,11 @@ loki: {{- tpl (. | toYaml) $ | nindent 4 }} {{- end }} + {{- with .Values.loki.block_builder }} + block_builder: + {{- tpl (. | toYaml) $ | nindent 4 }} + {{- end }} + {{- if .Values.loki.commonConfig}} common: {{- toYaml .Values.loki.commonConfig | nindent 2}} @@ -527,6 +532,8 @@ loki: querier: {} # -- Optional ingester configuration ingester: {} + # -- Optional block builder configuration + block_builder: {} # -- Optional index gateway configuration index_gateway: mode: simple