loki: fix directory to pvc mountpoint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
03f5c2b3aa
commit
0651d3f5b9
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ loki:
|
|||
period: 24h
|
||||
storageConfig:
|
||||
tsdb_shipper:
|
||||
active_index_directory: /data/tsdb-index
|
||||
cache_location: /data/tsdb-cache
|
||||
active_index_directory: /var/loki/tsdb-index
|
||||
cache_location: /var/loki/tsdb-cache
|
||||
# compactor:
|
||||
# working_directory: /data/retention
|
||||
# compaction_interval: 10m
|
||||
|
|
Loading…
Reference in a new issue