Skip to content

Commit

Permalink
DOCS fix tempo-distributed
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Clegg <[email protected]>
  • Loading branch information
mattclegg committed Aug 6, 2024
1 parent 55304fd commit 30166e1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1456,13 +1456,13 @@ storage:
dedicated_columns: []
# -- The supported storage backends are gcs, s3 and azure, as specified in https://grafana.com/docs/tempo/latest/configuration/#storage
backend: local
# The worker pool is used primarily when finding traces by id, but is also used by other.
# The worker pool is used primarily when finding traces by id, but is also used by others.
pool:
# -- Total number of workers pulling jobs from the queue
max_workers: 400
# -- Length of job queue. imporatant for querier as it queues a job for every block it has to search
# -- Length of job queue. important for querier as it queues a job for every block it has to search
queue_depth: 20000
# Settings for the Admin client storage backend and buckets. Only valid is enterprise.enabled is true.
# Settings for the Admin client storage backend and buckets. Only valid if enterprise.enabled is true.
admin:
# -- The supported storage backends are gcs, s3 and azure, as specified in https://grafana.com/docs/enterprise-traces/latest/configure/reference/#admin_client_config
backend: filesystem
Expand All @@ -1474,10 +1474,10 @@ global_overrides:
# Per tenants overrides
overrides: {}

# memcached is for all of the Tempo pieces to coordinate with each other.
# you can use your self memcacherd by set enable: false and host + service
# memcached is for all the Tempo pieces to coordinate with each other.
# you can use your self memcached by set enable: false and host + service
memcached:
# -- Specified whether the memcached cachce should be enabled
# -- Specified whether the memcached cache should be enabled
enabled: true
image:
# -- The Docker registry for the Memcached image. Overrides `global.image.registry`
Expand All @@ -1491,7 +1491,7 @@ memcached:
# -- Memcached Docker image pull policy
pullPolicy: IfNotPresent
host: memcached
# Number of replicas for memchached
# Number of replicas for memcached
replicas: 1
# -- Additional CLI args for memcached
extraArgs: []
Expand All @@ -1506,7 +1506,7 @@ memcached:
# -- Resource requests and limits for memcached
resources: {}
# -- topologySpread for memcached pods. Passed through `tpl` and, thus, to be configured as string
# @default -- Defaults to allow skew no more then 1 node per AZ
# @default -- Defaults to allow skew no more than 1 node per AZ
topologySpreadConstraints: |
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
Expand Down

0 comments on commit 30166e1

Please sign in to comment.