Skip to content

Commit 423cc88

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/kiali-operator/base/kustomization.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ helmCharts:
101101
- name: "Istio Wasm Extension Dashboard"
102102
tracing:
103103
enabled: true
104-
# provider: "tempo"
105-
in_cluster_url: "http://tempo.observability.svc.cluster.local:16685"
104+
provider: "tempo"
105+
in_cluster_url: "http://tempo.observability.svc:3100"
106+
107+
#in_cluster_url: "http://tempo.observability.svc.cluster.local:16685" #working without provider
106108
url: "https://grafana.devxp-tech.io/goto/NGVi4JSSR?orgId=1"
107109
# Private facing URL of Jaeger
108110
# in_cluster_url: "http://jaeger-query.observability.svc.cluster.local:80"

0 commit comments

Comments
 (0)