spec:
addons:
kiali:
name: |
Name of Kiali custom resource. If a Kiali CR matching the value of name exists, the Service Mesh Operator will use that CR for the installation. If no Kiali CR exists, the Operator will create one using this name and the configuration options specified in the SMCP.
|
|
|
|
This parameter enables or disables Kiali. Kiali is enabled by default.
|
|
|
|
Install a Kiali resource if the named Kiali resource is not present. The install section is ignored if addons.kiali.enabled is set to false .
|
|
|
kiali:
install:
dashboard: |
Configuration parameters for the dashboards shipped with Kiali.
|
|
|
kiali:
install:
dashboard:
viewOnly: |
This parameter enables or disables view-only mode for the Kiali console. When view-only mode is enabled, users cannot use the Kiali console to make changes to the Service Mesh.
|
|
|
kiali:
install:
dashboard:
enableGrafana: |
Grafana endpoint configured based on spec.addons.grafana configuration.
|
|
|
kiali:
install:
dashboard:
enablePrometheus: |
Prometheus endpoint configured based on spec.addons.prometheus configuration.
|
|
|
kiali:
install:
dashboard:
enableTracing: |
Tracing endpoint configured based on Jaeger custom resource configuration.
|
|
|
|
Configuration parameters for the Kubernetes service associated with the Kiali installation.
|
|
|
kiali:
install:
service:
metadata: |
Use to specify additional metadata to apply to resources.
|
|
|
kiali:
install:
service:
metadata:
annotations: |
Use to specify additional annotations to apply to the component’s service.
|
|
|
kiali:
install:
service:
metadata:
labels: |
Use to specify additional labels to apply to the component’s service.
|
|
|
kiali:
install:
service:
ingress: |
Use to specify details for accessing the component’s service through an OpenShift Route.
|
|
|
kiali:
install:
service:
ingress:
metadata:
annotations: |
Use to specify additional annotations to apply to the component’s service ingress.
|
|
|
kiali:
install:
service:
ingress:
metadata:
labels: |
Use to specify additional labels to apply to the component’s service ingress.
|
|
|
kiali:
install:
service:
ingress:
enabled: |
Use to customize an OpenShift Route for the service associated with a component.
|
|
|
kiali:
install:
service:
ingress:
contextPath: |
Use to specify the context path to the service.
|
|
|
install:
service:
ingress:
hosts: |
Use to specify a single hostname per OpenShift route. An empty hostname implies a default hostname for the Route.
|
|
|
install:
service:
ingress:
tls: |
Use to configure the TLS for the OpenShift route.
|
|
|
kiali:
install:
service:
nodePort: |
Use to specify the nodePort for the component’s service Values.<component>.service.nodePort.port
|
|
|