-
Notifications
You must be signed in to change notification settings - Fork 72
/
values.yaml
46 lines (46 loc) · 1.12 KB
/
values.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
cr:
create: true
name: kiali-server
spec:
auth: {}
# configure the authentication strategy
# strategy: token | anonymous | header | ..
server:
observability:
tracing:
collector_url: ""
enabled: false
deployment:
instance_name: "kiali-server"
accessible_namespaces:
- '**'
pod_labels:
sidecar.istio.io/inject: "true" # for Jaeger access
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 10m
memory: 64Mi
istio_namespace: "istio-system" # default is where Kiali is installed
external_services:
istio:
component_status:
components:
- app_label: istiod
is_core: true
is_proxy: false
- app_label: istio-ingressgateway
is_core: true
is_proxy: true
grafana:
enabled: false
prometheus: {}
# set prometheus url via command line args
# url: ""
tracing:
enabled: false
kiali_feature_flags:
ui_defaults:
metrics_per_refresh: "10m"