homelab/values/tempo.yaml

20 lines
271 B
YAML

tempo:
storage:
trace:
backend: local
local:
path: /var/tempo/traces
retention: 72h
persistence:
enabled: true
storageClassName: local-path
size: 10Gi
serviceMonitor:
enabled: true
namespace: monitoring
service:
type: ClusterIP