From 5a8115c9ce5bdb69953ea3d4f38afee450747c64 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sun, 8 Feb 2026 18:57:45 +0000 Subject: [PATCH] 09_homelab_apps/homelab-apps/templates/loki.yaml aktualisiert --- 09_homelab_apps/homelab-apps/templates/loki.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/09_homelab_apps/homelab-apps/templates/loki.yaml b/09_homelab_apps/homelab-apps/templates/loki.yaml index 8bdf419..227ec63 100644 --- a/09_homelab_apps/homelab-apps/templates/loki.yaml +++ b/09_homelab_apps/homelab-apps/templates/loki.yaml @@ -37,7 +37,17 @@ spec: index: prefix: index_ period: 24h - + limits_config: + # Erlaubt höhere Spitzen beim Senden (Burst) + ingestion_burst_size_mb: 20 + # Erhöht die kontinuierliche Rate (Standard ist oft 4MB) + ingestion_rate_mb: 10 + # Erlaubt größere Log-Pakete + max_line_size: 256kb + # Verhindert Fehlermeldungen bei "alten" Logs aus dem Backlog + reject_old_samples: true + reject_old_samples_max_age: 168h + singleBinary: replicas: 1 persistence: