Skip to content

Commit

Permalink
Update Kiali CR for newer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mkralik3 committed Dec 18, 2024
1 parent badd09d commit ed245ea
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ spec:
strategy: openshift
deployment:
cluster_wide_access: true
accessible_namespaces:
- "**"
namespace: istio-system
pod_labels:
sidecar.istio.io/inject: 'false'
Expand Down Expand Up @@ -41,8 +39,8 @@ spec:
url: 'https://thanos-querier.openshift-monitoring.svc.cluster.local:9091'
tracing:
enabled: true
in_cluster_url: "http://tempo-sample-query-frontend.tracing-system.svc.cluster.local:16685"
url: ${JAEGERROUTE}
internal_url: "http://tempo-sample-query-frontend.tracing-system.svc.cluster.local:16685"
external_url: ${JAEGERROUTE}
query_timeout: 60
use_grpc: true
installation_tag: "Kiali [istio-system]"
Expand Down

0 comments on commit ed245ea

Please sign in to comment.