Skip to content

Commit

Permalink
Merge pull request #2025 from RomainBelorgey/fix_query_frontend_disco…
Browse files Browse the repository at this point in the history
…very

[tempo-distributed] Fix query frontend address
  • Loading branch information
zalegrala committed Nov 30, 2022
2 parents ea296c3 + 603c999 commit 549acc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo-distributed
description: Grafana Tempo in MicroService mode
type: application
version: 0.27.9
version: 0.27.10
appVersion: 1.5.0
engine: gotpl
home: https://grafana.com/docs/tempo/latest/
Expand Down
2 changes: 1 addition & 1 deletion charts/tempo-distributed/README.md
@@ -1,6 +1,6 @@
# tempo-distributed

![Version: 0.27.9](https://img.shields.io/badge/Version-0.27.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
![Version: 0.27.10](https://img.shields.io/badge/Version-0.27.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)

Grafana Tempo in MicroService mode

Expand Down
2 changes: 1 addition & 1 deletion charts/tempo-distributed/values.yaml
Expand Up @@ -792,7 +792,7 @@ config: |
{{- end }}
querier:
frontend_worker:
frontend_address: {{ include "tempo.resourceName" (dict "ctx" . "component" "query-frontend") }}:9095
frontend_address: {{ include "tempo.resourceName" (dict "ctx" . "component" "query-frontend-discovery") }}:9095
{{- if .Values.querier.config.frontend_worker.grpc_client_config }}
grpc_client_config:
{{- toYaml .Values.querier.config.frontend_worker.grpc_client_config | nindent 6 }}
Expand Down

0 comments on commit 549acc5

Please sign in to comment.