Rebase Prowlarr smb volume
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user