Refactor PVR services

This commit is contained in:
2024-01-15 13:09:25 +11:00
parent 631bc2afce
commit 7f18b0d761
37 changed files with 469 additions and 878 deletions

View File

@ -0,0 +1,32 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: prowlarr
namespace: pvr
labels:
app: prowlarr
spec:
replicas: 1
selector:
matchLabels:
app: prowlarr
template:
metadata:
labels:
app: prowlarr
spec:
containers:
- name: prowlarr
# image: bv11-cr01.bessems.eu/proxy/linuxserver/prowlarr:develop
image: linuxserver/prowlarr:develop
imagePullPolicy: Always
ports:
- name: web
containerPort: 9696
volumeMounts:
- mountPath: /config
name: flexvolsmb-prowlarr-config
volumes:
- name: flexvolsmb-prowlarr-config
persistentVolumeClaim:
claimName: flexvolsmb-prowlarr-config