Skip to content

Commit c76ea61

Browse files
committed
⚡ Change Mimir ingress private
1 parent 423cc88 commit c76ea61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/kiali-operator/base/kustomization.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ helmCharts:
102102
tracing:
103103
enabled: true
104104
provider: "tempo"
105-
in_cluster_url: "http://tempo.observability.svc:3100"
105+
in_cluster_url: "http://tempo.observability.svc.cluster.local:16685" #working without provider
106+
107+
# in_cluster_url: "http://tempo.observability.svc:3100"
106108

107-
#in_cluster_url: "http://tempo.observability.svc.cluster.local:16685" #working without provider
108109
url: "https://grafana.devxp-tech.io/goto/NGVi4JSSR?orgId=1"
109110
# Private facing URL of Jaeger
110111
# in_cluster_url: "http://jaeger-query.observability.svc.cluster.local:80"

0 commit comments

Comments
 (0)