Commit fdb552e 1 parent 1007d26 commit fdb552e Copy full SHA for fdb552e
File tree 2 files changed +283
-283
lines changed
docs/sources/setup/install/helm
2 files changed +283
-283
lines changed Original file line number Diff line number Diff line change @@ -48,73 +48,73 @@ It is not recommended to run scalable mode with `filesystem` storage. For the pu
48
48
3 . Create the configuration file ` values.yaml ` . The example below illustrates how to deploy Loki in test mode using MinIO as storage:
49
49
50
50
``` yaml
51
- loki :
52
- schemaConfig :
53
- configs :
54
- - from : 2024-04-01
55
- store : tsdb
56
- object_store : s3
57
- schema : v13
58
- index :
59
- prefix : loki_index_
60
- period : 24h
61
- ingester :
62
- chunk_encoding : snappy
63
- tracing :
64
- enabled : true
65
- querier :
66
- # Default is 4, if you have enough memory and CPU you can increase, reduce if OOMing
67
- max_concurrent : 4
68
-
69
- # gateway:
70
- # ingress:
71
- # enabled: true
72
- # hosts:
73
- # - host: FIXME
74
- # paths:
75
- # - path: /
76
- # pathType: Prefix
77
-
78
- deploymentMode : Distributed
79
-
80
- ingester :
81
- replicas : 3
82
- querier :
83
- replicas : 3
84
- maxUnavailable : 2
85
- queryFrontend :
86
- replicas : 2
87
- maxUnavailable : 1
88
- queryScheduler :
89
- replicas : 2
90
- distributor :
91
- replicas : 3
92
- maxUnavailable : 2
93
- compactor :
94
- replicas : 1
95
- indexGateway :
96
- replicas : 2
97
- maxUnavailable : 1
98
-
99
- bloomCompactor :
100
- replicas : 0
101
- bloomGateway :
102
- replicas : 0
103
-
104
- # Enable minio for storage
105
- minio :
106
- enabled : true
107
-
108
- # Zero out replica counts of other deployment modes
109
- backend :
110
- replicas : 0
111
- read :
112
- replicas : 0
113
- write :
114
- replicas : 0
115
-
116
- singleBinary :
117
- replicas : 0
51
+ loki :
52
+ schemaConfig :
53
+ configs :
54
+ - from : 2024-04-01
55
+ store : tsdb
56
+ object_store : s3
57
+ schema : v13
58
+ index :
59
+ prefix : loki_index_
60
+ period : 24h
61
+ ingester :
62
+ chunk_encoding : snappy
63
+ tracing :
64
+ enabled : true
65
+ querier :
66
+ # Default is 4, if you have enough memory and CPU you can increase, reduce if OOMing
67
+ max_concurrent : 4
68
+
69
+ # gateway:
70
+ # ingress:
71
+ # enabled: true
72
+ # hosts:
73
+ # - host: FIXME
74
+ # paths:
75
+ # - path: /
76
+ # pathType: Prefix
77
+
78
+ deploymentMode : Distributed
79
+
80
+ ingester :
81
+ replicas : 3
82
+ querier :
83
+ replicas : 3
84
+ maxUnavailable : 2
85
+ queryFrontend :
86
+ replicas : 2
87
+ maxUnavailable : 1
88
+ queryScheduler :
89
+ replicas : 2
90
+ distributor :
91
+ replicas : 3
92
+ maxUnavailable : 2
93
+ compactor :
94
+ replicas : 1
95
+ indexGateway :
96
+ replicas : 2
97
+ maxUnavailable : 1
98
+
99
+ bloomCompactor :
100
+ replicas : 0
101
+ bloomGateway :
102
+ replicas : 0
103
+
104
+ # Enable minio for storage
105
+ minio :
106
+ enabled : true
107
+
108
+ # Zero out replica counts of other deployment modes
109
+ backend :
110
+ replicas : 0
111
+ read :
112
+ replicas : 0
113
+ write :
114
+ replicas : 0
115
+
116
+ singleBinary :
117
+ replicas : 0
118
118
` ` `
119
119
120
120
4. Install or upgrade the Loki deployment.
You can’t perform that action at this time.
0 commit comments