github.com/verrazzano/verrazzano@v1.7.0/platform-operator/thirdparty/charts/kiali-server/values.yaml (about) 1 # 'fullnameOverride' is deprecated. Use 'deployment.instance_name' instead. 2 # This is only supported for backward compatibility and will be removed in a future version. 3 # If 'fullnameOverride' is not "kiali" and 'deployment.instance_name' is "kiali", 4 # then 'deployment.instance_name' will take the value of 'fullnameOverride' value. 5 # Otherwise, 'fullnameOverride' is ignored and 'deployment.instance_name' is used. 6 fullnameOverride: "kiali" 7 8 # This is required for "openshift" auth strategy. 9 # You have to know ahead of time what your Route URL will be because 10 # right now the helm chart can't figure this out at runtime (it would 11 # need to wait for the Kiali Route to be deployed and for OpenShift 12 # to start it up). If someone knows how to update this helm chart to 13 # do this, a PR would be welcome. 14 kiali_route_url: "" 15 16 # 17 # Settings that mimic the Kiali CR which are placed in the ConfigMap. 18 # Note that only those values used by the Helm Chart will be here. 19 # 20 21 istio_namespace: "" # default is where Kiali is installed 22 23 auth: 24 openid: {} 25 openshift: {} 26 strategy: "" 27 28 deployment: 29 # This only limits what Kiali will attempt to see, but Kiali Service Account has permissions to see everything. 30 # For more control over what the Kial Service Account can see, use the Kiali Operator 31 accessible_namespaces: 32 - "**" 33 additional_service_yaml: {} 34 affinity: 35 node: {} 36 pod: {} 37 pod_anti: {} 38 configmap_annotations: {} 39 custom_secrets: [] 40 host_aliases: [] 41 hpa: 42 api_version: "autoscaling/v2" 43 spec: {} 44 image_digest: "" # use "sha256" if image_version is a sha256 hash (do NOT prefix this value with a "@") 45 image_name: quay.io/kiali/kiali 46 image_pull_policy: "Always" 47 image_pull_secrets: [] 48 image_version: v1.73.0 # version like "v1.39" (see: https://quay.io/repository/kiali/kiali?tab=tags) or a digest hash 49 ingress: 50 additional_labels: {} 51 class_name: "nginx" 52 #enabled: 53 override_yaml: 54 metadata: {} 55 instance_name: "kiali" 56 logger: 57 log_format: "text" 58 log_level: "info" 59 time_field_format: "2006-01-02T15:04:05Z07:00" 60 sampler_rate: "1" 61 node_selector: {} 62 pod_annotations: {} 63 pod_labels: {} 64 priority_class_name: "" 65 replicas: 1 66 resources: 67 requests: 68 cpu: "10m" 69 memory: "64Mi" 70 limits: 71 memory: "1Gi" 72 secret_name: "kiali" 73 security_context: {} 74 pod_security_context: {} 75 service_annotations: {} 76 service_type: "" 77 tolerations: [] 78 version_label: v1.73.0 # v1.39 # v1.39.0 # see: https://quay.io/repository/kiali/kiali?tab=tags 79 view_only_mode: false 80 81 external_services: 82 custom_dashboards: 83 enabled: true 84 istio: 85 root_namespace: "" 86 87 identity: {} 88 #cert_file: 89 #private_key_file: 90 91 kiali_feature_flags: 92 certificates_information_indicators: 93 enabled: true 94 secrets: 95 - cacerts 96 - istio-ca-secret 97 clustering: 98 autodetect_secrets: 99 enabled: true 100 label: "kiali.io/multiCluster=true" 101 clusters: [] 102 disabled_features: [] 103 validations: 104 ignore: ["KIA1301"] 105 106 login_token: 107 signing_key: "" 108 109 server: 110 port: 20001 111 metrics_enabled: true 112 metrics_port: 9090 113 web_root: ""