fix loki part 3
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user