I deploy Loki single binary with replica = 1 in k8s. The storage is configure to use S3 and schema store use tsdb (as recommended). I don't use pvc on single binary pod. It work perfect, I can view log, but after I do rollout restart the pod, all data is wiped out.
My question is, I configured S3 for storage, log should be persisted in object storage, does I need to have PVC for my deploy?
I deploy Loki single binary with replica = 1 in k8s. The storage is configure to use S3 and schema store use tsdb (as recommended). I don't use pvc on single binary pod. It work perfect, I can view log, but after I do rollout restart the pod, all data is wiped out. My question is, I configured S3 for storage, log should be persisted in object storage, does I need to have PVC for my deploy?