slskd was failing randomly. so forcing it to restart....bandaid solution

but whatevs
This commit is contained in:
2025-06-07 11:13:10 +02:00
parent 732ae66d43
commit 8dd76fa2ea

View File

@@ -27,11 +27,16 @@ spec:
- name: slskd
image: slskd/slskd:latest
livenessProbe:
httpGet:
path: /health
port: 5030
initialDelaySeconds: 60
failureThreshold: 6
exec:
command:
- cat
- /tmp/FAILNOW
# httpGet:
# path: /health
# port: 5030
initialDelaySeconds: 21600 #reboot server every quarter day
#initialDelaySeconds: 60
failureThreshold: 2
periodSeconds: 10
env:
- name: SLSKD_REMOTE_CONFIGURATION