Skip to content
Snippets Groups Projects
Commit 19beac3a authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '825-loki-pvc-eating-too-much-inodes' into 'master'

Resolve "Loki PVC eating too much inodes"

Closes #825

See merge request openappstack/openappstack!423
parents a5ac476b 192a2a35
Branches
Tags
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.
Please register or to comment