Skip to content

Commit 7f7f1ed

Browse files
committed
Update loki
1 parent b62a0cd commit 7f7f1ed

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
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: 16 additions & 10 deletions
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:
@@ -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-
2618
loki:
2719
commonConfig:
2820
replication_factor: 1
@@ -35,8 +27,13 @@ loki:
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:
4744
chunksCache:
4845
resources:
4946
requests:
47+
48+
minio:
49+
enabled: true
50+
51+
lokiCanary:
52+
enabled: false
53+
54+
test:
55+
enabled: false

0 commit comments

Comments
 (0)