From 9ca84d1a530e7997d9d2e1a404fa78047633828c Mon Sep 17 00:00:00 2001 From: "Alexander Soelberg Heidarsson [Netic]" <89837986+alex5517@users.noreply.github.com> Date: Mon, 27 May 2024 09:43:08 +0200 Subject: [PATCH] update comments --- operations/helm/charts/mimir-distributed/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/operations/helm/charts/mimir-distributed/values.yaml b/operations/helm/charts/mimir-distributed/values.yaml index 6c892136209..b837cc589a3 100644 --- a/operations/helm/charts/mimir-distributed/values.yaml +++ b/operations/helm/charts/mimir-distributed/values.yaml @@ -1288,7 +1288,7 @@ ruler: # -- This is useful for isolating the ruler queries from other queriers (api/grafana). remoteEvaluationDedicatedQueryPath: false -# -- Only deployed if .Values.remoteEvaluation.enabled && .Values.remoteEvaluation.dedicatedQueryPath +# -- Only deployed if .Values.ruler.remoteEvaluationDedicatedQueryPath ruler_querier: replicas: 2 @@ -1398,7 +1398,7 @@ ruler_querier: # Set to 'null' to use the Jaeger client's default value jaegerReporterMaxQueueSize: 5000 -# -- Only deployed if .Values.remoteEvaluation.enabled && .Values.remoteEvaluation.dedicatedQueryPath +# -- Only deployed if .Values.ruler.remoteEvaluationDedicatedQueryPath ruler_query_frontend: # Setting it to null will produce a deployment without replicas set, allowing you to use autoscaling with the deployment replicas: 1 @@ -1500,7 +1500,7 @@ ruler_query_frontend: # Set to 'null' to use the Jaeger client's default value jaegerReporterMaxQueueSize: 5000 -# -- Only deployed if .Values.remoteEvaluation.enabled && .Values.remoteEvaluation.dedicatedQueryPath +# -- Only deployed if .Values.ruler.remoteEvaluationDedicatedQueryPath ruler_query_scheduler: replicas: 2