File tree Expand file tree Collapse file tree 1 file changed +5
-28
lines changed
tools/helm-test/manifests/presets Expand file tree Collapse file tree 1 file changed +5
-28
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ spec:
2727 index :
2828 prefix : loki_index_
2929 period : 24h
30- ingester :
31- chunk_encoding : snappy
32- tracing :
33- enabled : true
30+ storage :
31+ bucketNames :
32+ chunks : chunks
33+ ruler : ruler
34+ admin : admin
3435 querier :
3536 # Default is 4, if you have enough memory and CPU you can increase, reduce if OOMing
3637 max_concurrent : 2
@@ -54,40 +55,16 @@ spec:
5455 cpu : 1
5556 memory : 1Gi
5657
57- # Enable minio for storage
58- minio :
59- enabled : true
60-
6158 # Zero out replica counts of other deployment modes
6259 backend :
6360 replicas : 0
64- ingester :
65- replicas : 0
66- querier :
67- replicas : 0
68- queryFrontend :
69- replicas : 0
70- queryScheduler :
71- replicas : 0
72- distributor :
73- replicas : 0
74- compactor :
75- replicas : 0
76- indexGateway :
77- replicas : 0
78- bloomCompactor :
79- replicas : 0
8061 write :
8162 replicas : 0
82- bloomGateway :
83- replicas : 0
8463 read :
8564 replicas : 0
8665
8766 chunksCache :
8867 enabled : false
89- resultsCache :
90- enabled : false
9168 lokiCanary :
9269 enabled : false
9370 test :
You can’t perform that action at this time.
0 commit comments