2026-03-02 02:01:23 +00:00
|
|
|
deploymentMode: SingleBinary
|
|
|
|
|
|
2026-03-02 01:45:30 +00:00
|
|
|
loki:
|
|
|
|
|
auth_enabled: false
|
|
|
|
|
commonConfig:
|
|
|
|
|
replication_factor: 1
|
2026-03-02 02:55:33 +00:00
|
|
|
limits_config:
|
|
|
|
|
retention_period: 168h
|
2026-03-02 13:58:15 +00:00
|
|
|
allow_structured_metadata: true
|
|
|
|
|
volume_enabled: true
|
2026-03-02 02:23:18 +00:00
|
|
|
schemaConfig:
|
|
|
|
|
configs:
|
|
|
|
|
- from: "2024-01-01"
|
|
|
|
|
store: tsdb
|
|
|
|
|
object_store: filesystem
|
|
|
|
|
schema: v13
|
|
|
|
|
index:
|
|
|
|
|
prefix: loki_index_
|
|
|
|
|
period: 24h
|
2026-03-02 01:45:30 +00:00
|
|
|
storage:
|
|
|
|
|
type: filesystem
|
2026-03-02 13:58:15 +00:00
|
|
|
pattern_ingester:
|
|
|
|
|
enabled: true
|
|
|
|
|
ruler:
|
|
|
|
|
enable_api: true
|
2026-03-02 02:01:23 +00:00
|
|
|
|
|
|
|
|
backend:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
|
|
|
|
read:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
|
|
|
|
write:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
2026-03-02 13:58:15 +00:00
|
|
|
ingester:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
|
|
|
|
querier:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
|
|
|
|
queryFrontend:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
|
|
|
|
queryScheduler:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
|
|
|
|
distributor:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
|
|
|
|
compactor:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
|
|
|
|
indexGateway:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
|
|
|
|
bloomCompactor:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
|
|
|
|
bloomGateway:
|
|
|
|
|
replicas: 0
|
|
|
|
|
|
2026-03-02 08:37:37 +00:00
|
|
|
gateway:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
2026-03-02 01:45:30 +00:00
|
|
|
singleBinary:
|
|
|
|
|
replicas: 1
|
2026-03-02 02:55:33 +00:00
|
|
|
resources:
|
|
|
|
|
requests:
|
|
|
|
|
cpu: 100m
|
|
|
|
|
memory: 256Mi
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 500m
|
|
|
|
|
memory: 1Gi
|
2026-03-02 01:45:30 +00:00
|
|
|
persistence:
|
|
|
|
|
enabled: true
|
|
|
|
|
storageClass: {{ loki_storage_class }}
|
|
|
|
|
size: {{ loki_storage_size }}
|
2026-03-02 13:58:15 +00:00
|
|
|
|
2026-03-02 01:45:30 +00:00
|
|
|
test:
|
|
|
|
|
enabled: false
|
2026-03-02 13:58:15 +00:00
|
|
|
|
2026-03-02 01:45:30 +00:00
|
|
|
monitoring:
|
|
|
|
|
selfMonitoring:
|
|
|
|
|
enabled: false
|
|
|
|
|
lokiCanary:
|
|
|
|
|
enabled: false
|