Skip to content
Snippets Groups Projects
Unverified Commit 192a2a35 authored by Varac's avatar Varac
Browse files

Increase chunk size, reduce chunk count

parent 2f7fc67a
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ spec:
releaseName: loki
chart:
spec:
# https://artifacthub.io/packages/helm/grafana/loki
chart: loki
version: 2.5.0
sourceRef:
......@@ -16,6 +17,7 @@ spec:
namespace: flux-system
interval: 40m
values:
# https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml
resources:
limits:
cpu: 800m
......@@ -30,7 +32,14 @@ spec:
size: 10Gi
annotations: {}
# existingClaim:
# https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml#L46
config:
# https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml#L48
ingester:
chunk_idle_period: 30m
chunk_block_size: 1048576
chunk_retain_period: 15m
max_transfer_retries: 10
# https://github.com/grafana/loki/blob/main/cmd/loki/loki-local-config.yaml
# https://grafana.com/docs/loki/latest/operations/storage/retention
schema_config:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment