feat(k8s/prowlarr): migrate to PostgreSQL, increase probe timeouts

This commit is contained in:
2026-03-31 21:44:19 +03:00
parent 600d1a728f
commit 155bf75f7f
9 changed files with 198 additions and 11 deletions

View File

@@ -125,6 +125,23 @@ spec:
---
apiVersion: v1
kind: Service
metadata:
name: prowlarr-db
namespace: media
labels:
app: prowlarr-db
spec:
type: ClusterIP
ports:
- name: 5432-5432
port: 5432
targetPort: 5432
protocol: TCP
selector:
app: prowlarr-db
---
apiVersion: v1
kind: Service
metadata:
name: seerr-db
namespace: media