Hi, unfortunately there is no default persistence i discovered for when a pod is restarted, i created a new pvc in kubernetes called sftp-pvc. in the same namespace as the sftp service is deployed, to use this for persistence storage, would i just add this to the values.yaml storage: volumeMounts: ["/data"] volumes: ["sftp-pvc"] Thanks