diff options
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 |