Request for Help with Nextcloud Helm Chart on k3s Cluster with persistent volume claims #10790
Unanswered
Emilien-Lambert
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a Raspberry Pi cluster running k3s with a Rancher interface. I'm trying to install the official Nextcloud Helm chart, which you can find here.
I've successfully configured my cluster with Longhorn to ensure data persistence with PostgreSQL works. In my setup, the PostgreSQL section correctly creates a PersistentVolumeClaims, and everything works fine.
However, when I attempt to enable persistence for Nextcloud data by setting
persistence.enabled: true
, mynextcloud-nginx
Pod fails to function and produces the following logs:I can't figure out what the issue is because when I use the exact same configuration with
persistence.enabled: false
, thenextcloud-nginx
Pod works perfectly.I've attached my values.yaml configuration file in case there's something wrong with my setup.
I tried several solutions with extraInitContainers: or securityContext: like :
But it's still too abstract for me and I don't understand the problem well enough. I don't know if I'm on the right track with this or, where is exactly these parameters should be placed in the treeessence of the configuration file.
If anyone could help me understand how k3s handles persistent data, I would greatly appreciate it.
Thank you in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions