We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59364ff commit 0d56384Copy full SHA for 0d56384
kubernetes/linera-validator/helmfile.yaml
@@ -182,5 +182,6 @@ releases:
182
namespace: tempo
183
chart: grafana/tempo
184
timeout: 900
185
+ installed: {{ env "LINERA_HELMFILE_SET_TEMPO_ENABLED" | default "false" }}
186
values:
187
- {{ env "LINERA_HELMFILE_VALUES_LINERA_CORE" | default "values-local.yaml.gotmpl" }}
kubernetes/linera-validator/values-local.yaml.gotmpl
@@ -59,6 +59,7 @@ alloy:
59
60
# Loki
61
loki-stack:
62
+ enabled: true
63
loki:
64
enabled: true
65
isDefault: false
@@ -76,6 +77,7 @@ loki-stack:
76
77
78
# Prometheus/Grafana
79
kube-prometheus-stack:
80
81
grafana:
82
sidecar:
83
dashboards:
0 commit comments