39 lines
756 B
YAML
39 lines
756 B
YAML
deploymentMode: SingleBinary
|
|
loki:
|
|
auth_enabled: false
|
|
commonConfig:
|
|
replication_factor: 1
|
|
storage:
|
|
type: 'filesystem'
|
|
schemaConfig:
|
|
configs:
|
|
- from: "2024-01-01"
|
|
store: tsdb
|
|
index:
|
|
prefix: loki_index_
|
|
period: 24h
|
|
object_store: filesystem # we're storing on filesystem so there's no real persistence here.
|
|
schema: v13
|
|
limits_config:
|
|
reject_old_samples: true
|
|
reject_old_samples_max_age: 168h
|
|
ingestion_rate_mb: 10
|
|
ingestion_burst_size_mb: 20
|
|
chunksCache:
|
|
enabled: false
|
|
singleBinary:
|
|
replicas: 1
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 512Mi
|
|
read:
|
|
replicas: 0
|
|
backend:
|
|
replicas: 0
|
|
write:
|
|
replicas: 0
|