emberstack / docker-sftp

SFTP Server for Docker
MIT License
196 stars 51 forks source link

[Question] How to use persistent storage #49

Closed muradheydarov closed 4 years ago

muradheydarov commented 4 years ago

How can I use storageClass for persist my data? I can not find any setting about that

winromulus commented 4 years ago

Hi @muradheydarov

Because different people have different strategies for storage of the data (some use a single PV for all data, while others separate by users etc), you need to create your own PV with your storage class and use the following to attach them to their respective locations:

storage:
  volumeMounts: []
  volumes: []
stale[bot] commented 4 years ago

Automatically marked as stale due to no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

Automatically closed stale item.