loki fix 2

This commit is contained in:
2026-05-27 22:16:30 +02:00
parent 5720d30d2d
commit e3dd65cfee

View File

@@ -38,7 +38,7 @@ singleBinary:
memory: 1Gi memory: 1Gi
# Temporary: clean up corrupted TSDB WAL so Loki can start. # Temporary: clean up corrupted TSDB WAL so Loki can start.
# Remove this initContainer once Loki is healthy. # Remove this initContainer once Loki is healthy.
extraInitContainers: initContainers:
- name: cleanup-corrupted-wal - name: cleanup-corrupted-wal
image: busybox:1.36 image: busybox:1.36
command: ['sh', '-c', 'rm -rf /var/loki/tsdb-shipper-active/wal || true'] command: ['sh', '-c', 'rm -rf /var/loki/tsdb-shipper-active/wal || true']