blob: 0016b724ce573031b3ea210b22a0da73d6153061 [file] [log] [blame]
Mohammed Naser65cda132024-05-02 14:34:08 -04001---
2loki:
3 schemaConfig:
4 configs:
5 - from: 2024-04-01
6 store: tsdb
7 object_store: s3
8 schema: v13
9 index:
10 prefix: loki_index_
11 period: 24h
12 ingester:
13 chunk_encoding: snappy
14 tracing:
15 enabled: true
16 querier:
17 # Default is 4, if you have enough memory and CPU you can increase, reduce if OOMing
18 max_concurrent: 4
19
20#gateway:
21# ingress:
22# enabled: true
23# hosts:
24# - host: FIXME
25# paths:
26# - path: /
27# pathType: Prefix
28
29deploymentMode: Distributed
30
31ingester:
32 replicas: 3
33querier:
34 replicas: 3
35 maxUnavailable: 2
36queryFrontend:
37 replicas: 2
38 maxUnavailable: 1
39queryScheduler:
40 replicas: 2
41distributor:
42 replicas: 3
43 maxUnavailable: 2
44compactor:
45 replicas: 1
46indexGateway:
47 replicas: 2
48 maxUnavailable: 1
49
50bloomCompactor:
51 replicas: 0
52bloomGateway:
53 replicas: 0
54
55# Enable minio for storage
56minio:
57 enabled: true
58
59# Zero out replica counts of other deployment modes
60backend:
61 replicas: 0
62read:
63 replicas: 0
64write:
65 replicas: 0
66
67singleBinary:
68 replicas: 0
69
70