I want Help with Rocket.Chat Deployment on Kubernetes – Persistent Storage Issue

Hey everyone,

I am setting up Rocket.Chat on Kubernetes and I am facing issue with persistent storage. I followed the official Helm chart deployment & everything seems to spin up fine but my data is not persisting after pod restarts. Also I have tried using different storage classes (AWS EBS, NFS, and even a local PV for testing),but for some reason, Rocket.Chat keeps acting as if it is a fresh install whenever the pod is recreated.

I suspect it might be related to how MongoDB is handling its persistence or maybe something in my PVC configuration. Has anyone else faced this issue? If so, how did you resolve it? Also, any best practices or sugest storage setups for running Rocket.Chat in a production Kubernetes cluster would be super helpful! I came across some Kubernetes Training materials but I am still struggling to figure this out in a real-world scenario. Also I have see this GitHub Deployment With DeployHQ.com still need help.

Thank you in advance…:blush: