Skip to content
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 reuse existent persistentVolumeClaim #128

Open
v1d3rm3 opened this issue Sep 3, 2024 · 4 comments
Open

How to reuse existent persistentVolumeClaim #128

v1d3rm3 opened this issue Sep 3, 2024 · 4 comments

Comments

@v1d3rm3
Copy link

v1d3rm3 commented Sep 3, 2024

I didn't find any information about usage of already deploy PVC. Can anyone help me?

@oliverguenther
Copy link
Member

@v1d3rm3
Copy link
Author

v1d3rm3 commented Sep 5, 2024

@oliverguenther, i saw this option. The problem is with the worker deployment, which doesn't have this specification. What is the purpose of this container?

@oliverguenther
Copy link
Member

oliverguenther commented Sep 5, 2024

The worker is relevant for the background job execution (mail sending, backups, etc). I assume that the worker deployment needs to have the same option. We'll look into this.

In the end, it depends on whether you need shared volumes between the two (ReadWriteMany, see https://www.openproject.org/docs/installation-and-operations/installation/helm-chart/#readwritemany-volumes), or whether you want object storage instead. We recommend you use object storage in these kind of deployments, as RWX can be complicated depending on your storage provider.

@v1d3rm3
Copy link
Author

v1d3rm3 commented Sep 5, 2024

We're using NFS, which documentation says it has support to ReadWriteMany.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants