forked from kiali/kiali
-
Notifications
You must be signed in to change notification settings - Fork 1
/
run-kiali-config-template.yaml
54 lines (42 loc) · 1.22 KB
/
run-kiali-config-template.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
42
43
44
45
46
47
48
49
50
51
52
53
54
###################################################################
# run-kiali-config-template.yaml
#
# This is intended to be used as a template configuration file
# for the developer tool 'run-kiali.sh'.
#
# This file is not intended to be used by Kiali other than when
# launched locally via 'run-kiali.sh'.
#
# If you want to know what settings Kiali supports, please see
# the spec field in the example Kiali CR found here:
# https://github.com/kiali/kiali-operator/blob/master/deploy/kiali/kiali_cr.yaml
#
###################################################################
istio_namespace: "${ISTIO_NAMESPACE}"
auth:
strategy: "anonymous"
deployment:
accessible_namespaces: ['**']
external_services:
custom_dashboards:
enabled: false
grafana:
enabled: true
in_cluster_url: "${GRAFANA_URL}"
url: "${GRAFANA_URL}"
istio:
url_service_version: "${ISTIOD_URL}"
prometheus:
url: "${PROMETHEUS_URL}"
tracing:
enabled: true
in_cluster_url: "${TRACING_URL}"
url: "${TRACING_URL}"
kubernetes_config:
cache_enabled: true
login_token:
signing_key: "notsecure"
server:
static_content_root_directory: "${UI_CONSOLE_DIR}"
# in_cluster must be false - do not change
in_cluster: false