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

Remove temporary loki fix

Fixes loki not starting after upgrading to chart 2.10.1
parent 57a29d81
No related branches found
No related tags found
No related merge requests found
......@@ -20,16 +20,6 @@ data:
- ReadWriteOnce
size: 10Gi
annotations: {}
# Prevent RO filesystem on /tmp
# https://open.greenhost.net/stackspin/stackspin/-/issues/1033
# Can get removed once https://github.com/grafana/helm-charts/issues/609
# is fixed also for the loki helm chart.
extraVolumes:
- name: tmp
emptyDir: {}
extraVolumeMounts:
- name: tmp
mountPath: /tmp
config:
ingester:
chunk_idle_period: 30m
......
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