about summary refs log tree commit diff
path: root/tools/loki-promtail
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-29 14:43:21 +0200
committermakefunstuff <[email protected]>2024-06-29 14:43:21 +0200
commite43c9c388966fc922bbfc63710fc8753caaaa09e (patch)
tree05e8b6dd13ab737a0df82e25708c028780a231c5 /tools/loki-promtail
parent8490bcf35508aec233811bf8a38372bdfec0f0be (diff)
downloadk3s-lab-e43c9c388966fc922bbfc63710fc8753caaaa09e.tar.gz
stick to defaults
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r--tools/loki-promtail/values.yaml25
1 files changed, 0 insertions, 25 deletions
diff --git a/tools/loki-promtail/values.yaml b/tools/loki-promtail/values.yaml
index c28b5f1..3f7115d 100644
--- a/tools/loki-promtail/values.yaml
+++ b/tools/loki-promtail/values.yaml
@@ -13,31 +13,6 @@ loki:
     limits:
       cpu: "500m"
       memory: "512Mi"
-  config:
-    schema_config:
-      configs:
-        - from: 2020-10-24
-          store: boltdb-shipper
-          object_store: filesystem
-          schema: v11
-          index:
-            prefix: index_
-            period: 168h
-    storage_config:
-      boltdb_shipper:
-        active_index_directory: /var/loki/index
-        cache_location: /var/loki/cache
-        cache_ttl: 24h
-        shared_store: filesystem
-      filesystem:
-        directory: /var/loki/chunks
-      bucketNames:
-        chunks: "loki-chunks"  # Ensure this is set
-        ruler: "loki-ruler"    # Ensure this is set
-    limits_config:
-      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