Skip to content

Commit 6d3a40d

Browse files
committed
Update loki
1 parent b62a0cd commit 6d3a40d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

monitoring/argo-apps/loki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
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:

monitoring/loki/helm-chart-values/values.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://github.com/grafana/loki/blob/main/production/helm/loki/single-binary-values.yaml
12
deploymentMode: SingleBinary
23

34
gateway:
@@ -35,8 +36,13 @@ loki:
3536
index:
3637
prefix: index_
3738
period: 24h
38-
pattern_ingester:
39+
ingester:
40+
chunk_encoding: snappy
41+
tracing:
3942
enabled: true
43+
querier:
44+
# Default is 4, if you have enough memory and CPU you can increase, reduce if OOMing
45+
max_concurrent: 2
4046
limits_config:
4147
retention_period: 1d
4248

0 commit comments

Comments
 (0)