Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alex5517 committed May 27, 2024
1 parent 2efb611 commit 9ca84d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions operations/helm/charts/mimir-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9ca84d1

Please sign in to comment.