slskd was failing randomly. so forcing it to restart....bandaid solution
but whatevs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user