Skip to content

Commit

Permalink
[tempo-distributed] values
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Leslie <zach.leslie@grafana.com>
  • Loading branch information
zalegrala committed Nov 15, 2024
1 parent 5de6fff commit 4fb8457
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1568,10 +1568,13 @@ memcached:
topologyKey: topology.kubernetes.io/zone
# -- Pod Disruption Budget maxUnavailable
maxUnavailable: 1
# -- Extra volumes for memcached pods
extraVolumeMounts: []
# -- Extra volumes for memcached statefulSet
extraVolumes: []
service:
# -- Annotations for memcached service
annotations: {}

memcachedExporter:
# -- Specifies whether the Memcached Exporter should be enabled
enabled: false
Expand All @@ -1593,7 +1596,8 @@ memcachedExporter:
pullPolicy: IfNotPresent
# -- Memcached Exporter resource requests and limits
resources: {}

# -- Additional CLI args for the memcached exporter
extraArgs: []
metaMonitoring:
# ServiceMonitor configuration
serviceMonitor:
Expand Down

0 comments on commit 4fb8457

Please sign in to comment.