-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to add a volume in kubernetes #120
Comments
Hi. I have spent half of the day understanding how everything works and what parameters to use. You could use my terraform as a baseline:
|
@romikoops thanks a lot for your work!
In case anyone wants to copy straight into a values.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: