[ci skip] Fix compactor/ruler paths to use writable /var/loki mount

This commit is contained in:
Viktor Barzin 2026-02-13 23:22:13 +00:00
parent 0d3acec82c
commit fabece6370

View file

@ -25,7 +25,7 @@ loki:
retention_period: 168h
compactor:
retention_enabled: true
working_directory: /loki/compactor
working_directory: /var/loki/compactor
compaction_interval: 1h
delete_request_store: filesystem
ruler:
@ -38,7 +38,7 @@ loki:
ring:
kvstore:
store: inmemory
rule_path: /loki/scratch
rule_path: /var/loki/scratch
storage:
type: "filesystem"
auth_enabled: false