File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1111 targetRevision : HEAD
1212 ref : myRepo # repo is available via symlink "myRepo"
1313 - repoURL : https://grafana.github.io/helm-charts
14- targetRevision : 6.25 .0
14+ targetRevision : 6.27 .0
1515 chart : loki
1616 helm :
1717 valueFiles :
Original file line number Diff line number Diff line change 1+ # https://github.com/grafana/loki/blob/main/production/helm/loki/single-binary-values.yaml
12deploymentMode : SingleBinary
23
34gateway :
@@ -14,15 +15,6 @@ gateway:
1415 pathType : Prefix
1516 tls : []
1617
17- minio :
18- enabled : true
19-
20- lokiCanary :
21- enabled : false
22-
23- test :
24- enabled : false
25-
2618loki :
2719 commonConfig :
2820 replication_factor : 1
3527 index :
3628 prefix : index_
3729 period : 24h
38- pattern_ingester :
30+ ingester :
31+ chunk_encoding : snappy
32+ tracing :
3933 enabled : true
34+ querier :
35+ # Default is 4, if you have enough memory and CPU you can increase, reduce if OOMing
36+ max_concurrent : 2
4037 limits_config :
4138 retention_period : 1d
4239
@@ -47,3 +44,12 @@ resultsCache:
4744chunksCache :
4845 resources :
4946 requests :
47+
48+ minio :
49+ enabled : true
50+
51+ lokiCanary :
52+ enabled : false
53+
54+ test :
55+ enabled : false
You can’t perform that action at this time.
0 commit comments