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

@@ -40,6 +40,26 @@ spec:
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: prowlarr-db
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteOnce
storageClassName: ""
persistentVolumeReclaimPolicy: Retain
mountOptions:
- hard
- noatime
- timeo=30
- retrans=3
nfs:
server: synology.storage.lviv
path: /volume3/k8s-storage/prowlarr-db
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: radarr-config
spec: