44 lines
751 B
YAML
44 lines
751 B
YAML
|
|
# Loki — monolithic single-binary mode, filesystem storage, single tenant.
|
||
|
|
deploymentMode: SingleBinary
|
||
|
|
|
||
|
|
loki:
|
||
|
|
auth_enabled: false
|
||
|
|
commonConfig:
|
||
|
|
replication_factor: 1
|
||
|
|
storage:
|
||
|
|
type: filesystem
|
||
|
|
schemaConfig:
|
||
|
|
configs:
|
||
|
|
- from: "2024-01-01"
|
||
|
|
store: tsdb
|
||
|
|
object_store: filesystem
|
||
|
|
schema: v13
|
||
|
|
index:
|
||
|
|
prefix: index_
|
||
|
|
period: 24h
|
||
|
|
|
||
|
|
singleBinary:
|
||
|
|
replicas: 1
|
||
|
|
persistence:
|
||
|
|
enabled: true
|
||
|
|
size: 30Gi
|
||
|
|
|
||
|
|
# Disable sub-charts/probes not needed for single-node
|
||
|
|
backend:
|
||
|
|
replicas: 0
|
||
|
|
read:
|
||
|
|
replicas: 0
|
||
|
|
write:
|
||
|
|
replicas: 0
|
||
|
|
|
||
|
|
monitoring:
|
||
|
|
selfMonitoring:
|
||
|
|
enabled: false
|
||
|
|
grafanaAgent:
|
||
|
|
installOperator: false
|
||
|
|
lokiCanary:
|
||
|
|
enabled: false
|
||
|
|
|
||
|
|
test:
|
||
|
|
enabled: false
|