-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathvalues.yaml
126 lines (115 loc) · 3.1 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# This is required for "openshift" auth strategy.
# You have to know ahead of time what your Route URL will be because
# right now the helm chart can't figure this out at runtime (it would
# need to wait for the Kiali Route to be deployed and for OpenShift
# to start it up). If someone knows how to update this helm chart to
# do this, a PR would be welcome.
kiali_route_url: ""
#
# Settings that mimic the Kiali CR which are placed in the ConfigMap.
# Note that only those values used by the Helm Chart will be here.
#
additional_display_details:
- annotation: kiali.io/api-spec
icon_annotation: kiali.io/api-type
title: API Documentation
istio_namespace: "" # default is where Kiali is installed
auth:
openid: {}
openshift: {}
strategy: ""
clustering:
autodetect_secrets:
enabled: true
label: "kiali.io/multiCluster=true"
clusters: []
deployment:
additional_service_yaml: {}
affinity:
node: {}
pod: {}
pod_anti: {}
# The Kiali server helm chart only supports cluster-wide access; setting cluster_wide_access to false is not supported.
# For more control over what the Kial Service Account can see, use the Kiali Operator.
cluster_wide_access: true
configmap_annotations: {}
custom_envs: []
custom_secrets: []
dns:
config: {}
policy: ""
host_aliases: []
hpa:
api_version: "autoscaling/v2"
spec: {}
image_digest: "" # use "sha256" if image_version is a sha256 hash (do NOT prefix this value with a "@")
image_name: quay.io/kiali/kiali
image_pull_policy: "Always"
image_pull_secrets: []
image_version: ${HELM_IMAGE_TAG} # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash
ingress:
additional_labels: {}
class_name: "nginx"
#enabled:
override_yaml:
metadata: {}
instance_name: "kiali"
logger:
log_format: "text"
log_level: "info"
time_field_format: "2006-01-02T15:04:05Z07:00"
sampler_rate: "1"
node_selector: {}
pod_annotations: {}
pod_labels: {}
priority_class_name: ""
probes:
liveness:
initial_delay_seconds: 5
period_seconds: 30
readiness:
initial_delay_seconds: 5
period_seconds: 30
startup:
failure_threshold: 6
initial_delay_seconds: 30
period_seconds: 10
remote_cluster_resources_only: false
# if deployment.hpa is defined, this replicas setting will be ignored
replicas: 1
resources:
requests:
cpu: "10m"
memory: "64Mi"
limits:
memory: "1Gi"
secret_name: "kiali"
security_context: {}
service_annotations: {}
service_type: ""
tolerations: []
topology_spread_constraints: []
version_label: ${HELM_IMAGE_TAG} # v1.39 # v1.39.0 # see: https://quay.io/repository/kiali/kiali?tab=tags
view_only_mode: false
external_services:
custom_dashboards:
enabled: true
istio:
root_namespace: ""
identity: {}
#cert_file:
#private_key_file:
kiali_feature_flags:
disabled_features: []
validations:
ignore: ["KIA1301"]
login_token:
signing_key: ""
server:
port: 20001
#node_port:
observability:
metrics:
enabled: true
port: 9090
web_root: ""