Skip to content

Commit

Permalink
Fix url (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
josunect authored Oct 24, 2024
1 parent 3d198ef commit a9c70c3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a9c70c3

Please sign in to comment.