diff options
author | makefunstuff <[email protected]> | 2024-06-29 14:33:37 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 14:33:37 +0200 |
commit | 8490bcf35508aec233811bf8a38372bdfec0f0be (patch) | |
tree | c8700fdb6a3940ab5a844d9b11ec1d476f3f2c35 /tools/loki-promtail | |
parent | b60d07627d5dd5af862616ff4daa67abc434c930 (diff) | |
download | k3s-lab-8490bcf35508aec233811bf8a38372bdfec0f0be.tar.gz |
more missing configs
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r-- | tools/loki-promtail/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml index e3fc2d1..c28b5f1 100644 --- a/tools/loki-promtail/values.yaml +++ b/tools/loki-promtail/values.yaml @@ -38,6 +38,11 @@ loki: enforce_metric_name: false reject_old_samples: true reject_old_samples_max_age: 168h + auth_enabled: false # Add this to ensure auth is disabled if not needed + pattern_ingester: + enabled: false # Add this if you do not need the pattern ingester + tracing: + enabled: false # Disable tracing if not needed promtail: fullnameOverride: promtail |