Commit 9adb328
🐛 Add WAL volume mount for Loki 3.0
Fixes "mkdir wal: read-only file system" error by adding dedicated
emptyDir volume for Loki's Write-Ahead Log.
Loki 3.0 requires writable filesystem for WAL when using ingester.
The deployment has readOnlyRootFilesystem: true for security, so we
mount a writable emptyDir at /wal specifically for this purpose.
Changes:
- Added /wal volume mount to Loki container
- Added wal emptyDir volume to pod spec
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7d74c87 commit 9adb328
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| 107 | + | |
| 108 | + | |
0 commit comments