liveliness probes for a bunch of stuff + tdarr implementation and

soulseek (slskd+soularr) integration
This commit is contained in:
2025-01-16 22:22:53 +01:00
parent 9e474d7dc3
commit df37edbd0d
18 changed files with 352 additions and 27 deletions

View File

@@ -17,13 +17,21 @@ spec:
volumes:
- name: nfs-vol
nfs:
server: 192.168.0.114
server: 192.168.0.99
path: /mnt/test1/media/
- name: config
persistentVolumeClaim:
claimName: config-lidarr
nfs:
server: 192.168.0.99
path: /mnt/test1/media/config/lidarr
containers:
- name: lidarr
livenessProbe:
httpGet:
path: /ping
port: 8686
initialDelaySeconds: 60
failureThreshold: 6
periodSeconds: 10
image: ghcr.io/hotio/lidarr:latest
env:
- name: PUID