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

Use emptydir on /tmp for loki

Closes: #1033
parent 18f47b09
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,14 @@ data:
- ReadWriteOnce
size: 10Gi
annotations: {}
# Prevent RO filesystem on /tmp
# https://open.greenhost.net/stackspin/stackspin/-/issues/1033
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