From a9c70c3f3bba732632a65c85a0088f76bbe5c0a9 Mon Sep 17 00:00:00 2001 From: Josune Cordoba <49480155+josunect@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:25:59 +0100 Subject: [PATCH] Fix url (#8) --- .../Setup your mesh with Istio and Kiali.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/events/2024_10_Setup_your_mesh_ES/Setup your mesh with Istio and Kiali.md b/events/2024_10_Setup_your_mesh_ES/Setup your mesh with Istio and Kiali.md index ee4a385..f02cd14 100644 --- a/events/2024_10_Setup_your_mesh_ES/Setup your mesh with Istio and Kiali.md +++ b/events/2024_10_Setup_your_mesh_ES/Setup your mesh with Istio and Kiali.md @@ -220,7 +220,10 @@ vim $ISTIO_HOME/samples/addons/kiali.yaml root_namespace: istio-system tracing: enabled: true - external_url: "http://localhost:16686/jaeger" + url: "http://localhost:16686/jaeger" + grafana: + enabled: true + url: "http://localhost:3000" ``` Aplicamos el yaml: