[ci skip] Fix compactor/ruler paths to use writable /var/loki mount
This commit is contained in:
parent
0d3acec82c
commit
fabece6370
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue