fix loki part 3

This commit is contained in:
Alexander Rogov
2026-06-12 20:47:00 +03:00
parent ee053e7222
commit b24c98fda0

View File

@@ -26,21 +26,35 @@ spec:
loki: loki:
auth_enabled: false auth_enabled: false
storage: structuredConfig:
type: filesystem auth_enabled: false
schemaConfig:
configs: server:
- from: "2025-01-01" http_listen_port: 3100
store: tsdb grpc_listen_port: 9095
objectStore: filesystem
schema: v13 common:
index: path_prefix: /var/loki
prefix: index_ replication_factor: 1
period: 24h storage:
limits_config: filesystem:
retention_period: 30d chunks_directory: /var/loki/chunks
reject_old_samples: true rules_directory: /var/loki/rules
reject_old_samples_max_age: 168h
schema_config:
configs:
- from: "2025-01-01"
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h
limits_config:
retention_period: 30d
reject_old_samples: true
reject_old_samples_max_age: 168h
singleBinary: singleBinary:
replicas: 1 replicas: 1