From 135cf02fc894a28fe627849c5c70439615d43a79 Mon Sep 17 00:00:00 2001 From: Frank Zhu Date: Fri, 23 Feb 2024 14:46:28 -0600 Subject: [PATCH] add tempo key --- charts/chainlink-cluster/values.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/charts/chainlink-cluster/values.yaml b/charts/chainlink-cluster/values.yaml index 278eb43e56d..bb085ec2239 100644 --- a/charts/chainlink-cluster/values.yaml +++ b/charts/chainlink-cluster/values.yaml @@ -258,13 +258,14 @@ tempo: runAsNonRoot: true runAsUser: 10001 runAsGroup: 10001 - storage: - trace: - backend: local # backend configuration to use - wal: - path: /tmp/tempo/wal # where to store the the wal locally - local: - path: /tmp/tempo/blocks + tempo: + storage: + trace: + backend: local # backend configuration to use + wal: + path: /tmp/tempo/wal # where to store the the wal locally + local: + path: /tmp/tempo/blocks grafana: enabled: true