Closed Joker9944 closed 3 months ago
As this affects not only prowlarr but radarr, sonarr, sabnzbd, bazarr, lidarr charts as well should I create a bug for each or keep this issue for all of them?
This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists
chart Name
prowlarr
Operating System
Talos-OS 1.7
Deployment Method
FluxCD
Chart Version
18.3.1
Kubernetes Events
chartlication Logs
Chart Configuration
Describe the bug
Prowlarr helm chart and other Arrs implementing a exportarr pod can fail when deployed on a multi node cluster when the pods are provisioned on different nodes. This is because both mount the config PVC which is in ReadWriteOnce accessModes by default which only allows mounting on the same node.
To Reproduce
Expected Behavior
Exportarr as sidecar container instead of standalone pod. or ReadWriteMany as default accessModes for config PVC
Screenshots
N/A
Additional Context
N/A
I've read and agree with the following
[Chart-Name]