feat: add prowlarr deployment, service, and persistent volume claim

This commit is contained in:
2025-04-18 05:25:58 +05:30
parent 9705392149
commit 2f6a8c0a0e
3 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: prowlarr-service
namespace: default
spec:
type: NodePort
selector:
app: prowlarr
ports:
- port: 9696
targetPort: 9696
nodePort: 9696
protocol: TCP