component
|
Configuration of the query frontend component. |
type: object |
component.nodeSelector
|
The simple form of the node selection constraint. |
type: object |
component.replicas
|
The number of replicas to be created for the query frontend component. |
type: integer; format: int32 |
component.tolerations
|
Pod tolerations specific to the query frontend component. |
type: array |
jaegerQuery
|
The options specific to the Jaeger Query component. |
type: object |
jaegerQuery.enabled
|
When enabled , creates the Jaeger Query component,jaegerQuery . |
type: boolean |
jaegerQuery.ingress
|
The options for the Jaeger Query ingress. |
type: object |
jaegerQuery.ingress.annotations
|
The annotations of the ingress object. |
type: object |
jaegerQuery.ingress.host
|
The hostname of the ingress object. |
type: string |
jaegerQuery.ingress.ingressClassName
|
The name of an IngressClass cluster resource. Defines which ingress controller serves this ingress resource. |
type: string |
jaegerQuery.ingress.route
|
The options for the OpenShift route. |
type: object |
jaegerQuery.ingress.route.termination
|
The termination type. The default is edge . |
type: string (enum: insecure, edge, passthrough, reencrypt) |
jaegerQuery.ingress.type
|
The type of ingress for the Jaeger Query UI. The supported types are ingress , route , and none . |
type: string (enum: ingress, route) |
jaegerQuery.monitorTab
|
The monitor tab configuration. |
type: object |
jaegerQuery.monitorTab.enabled
|
Enables the monitor tab in the Jaeger console. The PrometheusEndpoint must be configured. |
type: boolean |
jaegerQuery.monitorTab.prometheusEndpoint
|
The endpoint to the Prometheus instance that contains the span rate, error, and duration (RED) metrics. For example, https://thanos-querier.openshift-monitoring.svc.cluster.local:9091 . |
type: string |