feat(k8s/media): add Seerr media request manager

This commit is contained in:
2026-03-19 23:51:33 +02:00
parent 27a82f7832
commit a705573925
9 changed files with 320 additions and 39 deletions

View File

@@ -122,3 +122,20 @@ spec:
protocol: TCP
selector:
app: radarr-db
---
apiVersion: v1
kind: Service
metadata:
name: seerr-db
namespace: media
labels:
app: seerr-db
spec:
type: ClusterIP
ports:
- name: 5432-5432
port: 5432
targetPort: 5432
protocol: TCP
selector:
app: seerr-db