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
|
- name: slskd
|
||||||
image: slskd/slskd:latest
|
image: slskd/slskd:latest
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
exec:
|
||||||
path: /health
|
command:
|
||||||
port: 5030
|
- cat
|
||||||
initialDelaySeconds: 60
|
- /tmp/FAILNOW
|
||||||
failureThreshold: 6
|
# httpGet:
|
||||||
|
# path: /health
|
||||||
|
# port: 5030
|
||||||
|
initialDelaySeconds: 21600 #reboot server every quarter day
|
||||||
|
#initialDelaySeconds: 60
|
||||||
|
failureThreshold: 2
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
env:
|
env:
|
||||||
- name: SLSKD_REMOTE_CONFIGURATION
|
- name: SLSKD_REMOTE_CONFIGURATION
|
||||||
|
Reference in New Issue
Block a user