change radarr path mounts

This commit is contained in:
Mans Ziesel 2024-10-27 13:18:59 +01:00
parent 3f3bae1db9
commit 8d8f125635

View File

@ -45,7 +45,7 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /config - mountPath: /config
name: radarr-config name: radarr-config
- mountPath: /downloads - mountPath: /data/downloads
name: rdtclient-downloads name: rdtclient-downloads
- mountPath: /data - mountPath: /media
name: plex-data name: plex-data