Skip to content

Commit

Permalink
Merge pull request #3433 from xogoodnow/misplaced-proxy-target
Browse files Browse the repository at this point in the history
[tempo-distributed] Misplaced proxy-target examples
  • Loading branch information
Sheikh-Abubaker authored Jan 14, 2025
2 parents 097a7fc + c2cfbb3 commit 06cfc4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo-distributed
description: Grafana Tempo in MicroService mode
type: application
version: 1.28.1
version: 1.28.2
appVersion: 2.6.0
engine: gotpl
home: https://grafana.com/docs/tempo/latest/
Expand Down
2 changes: 1 addition & 1 deletion charts/tempo-distributed/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tempo-distributed

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

Grafana Tempo in MicroService mode

Expand Down
3 changes: 1 addition & 2 deletions charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1024,15 +1024,14 @@ enterpriseFederationFrontend:
# - ip: 1.2.3.4
# hostnames:
# - domain.tld
# proxy_targets:
proxy_targets: []
# - name: own-data-center
# url: http://get/tempo
# - name: grafana-cloud
# url: https://tempo-us-central1.grafana.net/tempo
# basic_auth:
# username: <instance-id>
# password: <token>
proxy_targets: []
autoscaling:
# -- Enable autoscaling for the federation-frontend
enabled: false
Expand Down

0 comments on commit 06cfc4f

Please sign in to comment.