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,17 +26,31 @@ spec:
loki: loki:
auth_enabled: false auth_enabled: false
structuredConfig:
auth_enabled: false
server:
http_listen_port: 3100
grpc_listen_port: 9095
common:
path_prefix: /var/loki
replication_factor: 1
storage: storage:
type: filesystem filesystem:
schemaConfig: chunks_directory: /var/loki/chunks
rules_directory: /var/loki/rules
schema_config:
configs: configs:
- from: "2025-01-01" - from: "2025-01-01"
store: tsdb store: tsdb
objectStore: filesystem object_store: filesystem
schema: v13 schema: v13
index: index:
prefix: index_ prefix: index_
period: 24h period: 24h
limits_config: limits_config:
retention_period: 30d retention_period: 30d
reject_old_samples: true reject_old_samples: true