Rebase Prowlarr smb volume

This commit is contained in:
2025-07-09 13:37:39 +10:00
parent 0d695d673b
commit 54f4b27717
9 changed files with 79 additions and 28 deletions

View File

@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: prowlarr
namespace: pvr
namespace: prowlarr
labels:
app: prowlarr
spec:
@ -17,7 +17,6 @@ spec:
spec:
containers:
- name: prowlarr
# image: bv11-cr01.bessems.eu/proxy/linuxserver/prowlarr:develop
image: linuxserver/prowlarr:develop
imagePullPolicy: Always
ports:
@ -25,8 +24,8 @@ spec:
containerPort: 9696
volumeMounts:
- mountPath: /config
name: flexvolsmb-prowlarr-config
name: csismb-prowlarr-config
volumes:
- name: flexvolsmb-prowlarr-config
- name: csismb-prowlarr-config
persistentVolumeClaim:
claimName: flexvolsmb-prowlarr-config
claimName: csismb-prowlarr-config