From 515ea31a3c5f6a26ee2010c7194cac20506ac527 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Sat, 16 Nov 2024 20:01:28 +0330 Subject: [PATCH] Fixed misplaced proxy-target examples --- charts/tempo-distributed/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/tempo-distributed/values.yaml b/charts/tempo-distributed/values.yaml index 6aaa6cf350..26a681bec4 100755 --- a/charts/tempo-distributed/values.yaml +++ b/charts/tempo-distributed/values.yaml @@ -967,7 +967,7 @@ enterpriseFederationFrontend: # - ip: 1.2.3.4 # hostnames: # - domain.tld - # proxy_targets: + proxy_targets: [] # - name: own-data-center # url: http://get/tempo # - name: grafana-cloud @@ -975,7 +975,6 @@ enterpriseFederationFrontend: # basic_auth: # username: # password: - proxy_targets: [] autoscaling: # -- Enable autoscaling for the federation-frontend enabled: false