core-deployments/loki/values.yaml
Tom Neuber fe5535beca
All checks were successful
continuous-integration/drone/push Build is passing
loki: fix migration issue from boltdb to tsdb
2024-04-14 00:54:31 +02:00

47 lines
1 KiB
YAML

minio:
enabled: true
replicas: 3
drivesPerNode: 2
persistence:
size: 15Gi
storageClass: longhorn-local
loki:
auth_enabled: false
persistence:
size: 30Gi
schemaConfig:
configs:
- from: 2024-01-01
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
- from: 2024-04-15
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h
storageConfig:
tsdb_shipper:
active_index_directory: /data/tsdb-index
cache_location: /data/tsdb-cache
# compactor:
# working_directory: /data/retention
# compaction_interval: 10m
# retention_enabled: true
# retention_delete_delay: 2h
# retention_delete_worker_count: 150
monitoring:
selfMonitoring:
grafanaAgent:
installOperator: false
write:
persistence:
storageClass: longhorn-local
backend:
persistence:
storageClass: longhorn-local