Files
fleet-infra/prowlarr/deployment.yaml
2023-12-08 20:11:39 -05:00

31 lines
598 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: prowlarr
namespace: prowlarr
spec:
selector:
matchLabels:
app: prowlarr
template:
metadata:
labels:
app: prowlarr
spec:
containers:
- name: prowlarr
image: lscr.io/linuxserver/prowlarr:latest
ports:
- containerPort: 9696
name: http
protocol: TCP
volumeMounts:
- name: config
mountPath: /config
volumes:
- name: config
persistentVolumeClaim:
claimName: prowlarr-config