forked from kiali/kiali
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
41 lines (35 loc) · 1.69 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
server:
address: localhost
port: 8000
# Web context path to serve Kiali API and frontend from.
# Default is /
# web_root: /kiali
# Uncomment static_content_root_directory to set up a different directory for static front-end content.
# Default is /opt/kiali/console
# static_content_root_directory: /static-files
# Uncomment cors_allow_all to allow serving front-end from a different host (mainly for development)
# Default is false
# cors_allow_all: true
external_services:
prometheus_service_url: http://prometheus-istio-system.127.0.0.1.nip.io
# Uncomment istio_identity_domain to set a different value. This value must match the Istio configuration.
# Default is "svc.cluster.local" (which matches Istio's default)
# istio_identity_domain: svc.cluster.local
jaeger:
url: http://jaeger-query-istio-system.127.0.0.1.nip.io
grafana:
url: http://grafana-istio-system.127.0.0.1.nip.io
# Uncomment grafana_service_url, used to generate links to Grafana
# If unset, the Grafana service URL will be looked up from Kubernetes Grafana service. It may not always be available.
# grafana_service_url: http://grafana-istio-system.127.0.0.1.nip.io
# Uncomment in_cluster to set a different value.
# Default is true (which matches Kiali default configuration to run inside a pod running on kubernetes)
# in_cluster: true
# Uncomment to use another istio labels
#istio_labels:
# Uncomment app_label_name to set up a different label name for grouping all resources of an app.
# Default is "app"
# app_label_name: app
# Uncomment service_label_name to set up a different label name for grouping all resources of an app version.
# Default is "version"
# version_label_name: version