Delete WAL For Launch
Prometheus
Tricks
Sometimes readness probe will be timeout because of the large wal logs.
If the data is not important, just delete it.
kubectl exec -it xxx -- /bin/sh
rm -rf /prometheus/wal/
kubectl rollout restart deploy/sts xxx