diff options
Diffstat (limited to 'tools/loki-promtail')
-rw-r--r-- | tools/loki-promtail/values.yaml | 25 |
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 |