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