UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 78b9727c authored by Micah Nagel's avatar Micah Nagel
Browse files

add links for kiali

parent dfc01e88
No related branches found
No related tags found
1 merge request!710Kiali Populate Tracing/Grafana Links
Pipeline #395653 passed
......@@ -35,6 +35,13 @@ cr:
{{- else }}
strategy: token
{{- end }}
external_services:
grafana:
{{- $grafanaUrls := first (dig "istio" "grafana" "hosts" list .Values.monitoring.values) }}
url: {{ tpl ($grafanaUrls | default (printf "%s.%s" "grafana" .Values.hostname)) . | quote }}
tracing:
{{- $tracingUrls := first (dig "istio" "jaeger" "hosts" list .Values.jaeger.values) }}
url: {{ tpl ($tracingUrls | default (printf "%s.%s" "tracing" .Values.hostname)) . | quote }}
api:
namespaces:
# bigbang watches all!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment