1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

OBSDOCS-1147: Bugfix - update storage secret table

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
This commit is contained in:
Andreas Gerstmayr
2024-07-04 13:49:19 +02:00
committed by openshift-cherrypick-robot
parent 803818ebf1
commit 85c84f5e50

View File

@@ -59,3 +59,91 @@ managementState: managed # <21>
<19> Configures operands to handle telemetry data.
<20> Configures search capabilities.
<21> Defines whether or not this CR is managed by the Operator. The default value is `managed`.
.`TempoStack` CR parameters
[options="header"]
[cols="a, a, a, a"]
|===
|Parameter |Description |Values |Default value
|`apiVersion:`
|API version to use when creating the object.
|`tempo.grafana.com/v1alpha1`
|`tempo.grafana.com/v1alpha1`
|`kind:`
|Defines the kind of the Kubernetes object to create.
|`tempo`
|
|`metadata:`
|Data that uniquely identifies the object, including a `name` string, `UID`, and optional `namespace`.
|
|{product-title} automatically generates the `UID` and completes the `namespace` with the name of the project where the object is created.
|`name:`
|Name for the object.
|Name of your TempoStack instance.
|`tempo-all-in-one-inmemory`
|`spec:`
|Specification for the object to be created.
|Contains all of the configuration parameters for your TempoStack instance. When a common definition for all Tempo components is required, it is defined under the `spec` node. When the definition relates to an individual component, it is placed under the `spec.template.<component>` node.
|N/A
|`resources:`
|Resources assigned to the TempoStack instance.
|
|
|`storageSize:`
|Storage size for ingester PVCs.
|
|
|`replicationFactor:`
|Configuration for the replication factor.
|
|
|`retention:`
|Configuration options for retention of traces.
|
|
|`storage:`
|Configuration options that define the storage.
|
|
|`template.distributor:`
|Configuration options for the Tempo distributor.
|
|
|`template.ingester:`
|Configuration options for the Tempo ingester.
|
|
|`template.compactor:`
|Configuration options for the Tempo compactor.
|
|
|`template.querier:`
|Configuration options for the Tempo querier.
|
|
|`template.queryFrontend:`
|Configuration options for the Tempo query frontend.
|
|
|`template.gateway:`
|Configuration options for the Tempo gateway.
|
|
|===