diff options
author | makefunstuff <[email protected]> | 2024-06-29 14:47:05 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 14:47:05 +0200 |
commit | 943557abba2d8284ee8cbbf39606d6ffc7a9e5ab (patch) | |
tree | 9a0d6ec43908b122c142821a6ade5c12c039e3c6 /tools/loki-promtail | |
parent | e43c9c388966fc922bbfc63710fc8753caaaa09e (diff) | |
download | k3s-lab-943557abba2d8284ee8cbbf39606d6ffc7a9e5ab.tar.gz |
fs storage
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r-- | tools/loki-promtail/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml index 3f7115d..1b7ae9d 100644 --- a/tools/loki-promtail/values.yaml +++ b/tools/loki-promtail/values.yaml @@ -18,6 +18,8 @@ loki: enabled: false # Add this if you do not need the pattern ingester tracing: enabled: false # Disable tracing if not needed + storage: + type: filesystem promtail: fullnameOverride: promtail |