core-deployments/loki/values.yaml
Tom Neuber 03f5c2b3aa
All checks were successful
continuous-integration/drone/push Build is passing
loki: Update loki again
2024-04-14 12:56:01 +02:00

40 lines
867 B
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-04-14
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