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
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ spec: ...@@ -8,6 +8,7 @@ spec:
releaseName: loki releaseName: loki
chart: chart:
spec: spec:
# https://artifacthub.io/packages/helm/grafana/loki
chart: loki chart: loki
version: 2.5.0 version: 2.5.0
sourceRef: sourceRef:
...@@ -16,6 +17,7 @@ spec: ...@@ -16,6 +17,7 @@ spec:
namespace: flux-system namespace: flux-system
interval: 40m interval: 40m
values: values:
# https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml
resources: resources:
limits: limits:
cpu: 800m cpu: 800m
...@@ -30,7 +32,14 @@ spec: ...@@ -30,7 +32,14 @@ spec:
size: 10Gi size: 10Gi
annotations: {} annotations: {}
# existingClaim: # existingClaim:
# https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml#L46
config: 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://github.com/grafana/loki/blob/main/cmd/loki/loki-local-config.yaml
# https://grafana.com/docs/loki/latest/operations/storage/retention # https://grafana.com/docs/loki/latest/operations/storage/retention
schema_config: 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