feat(prowlarr): Added readme content and config

This commit is contained in:
Fishandchips321 2026-04-15 18:09:17 +01:00
parent 0adaa38c8c
commit 9e3d9c32c3
4 changed files with 89 additions and 0 deletions

11
Prowlarr/service.yml Normal file
View file

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: prowlarr
spec:
selector:
app: prowlarr
ports:
- name: http
port: 80
targetPort: 9696