This commit is contained in:
2025-05-15 15:24:03 +02:00
parent df37edbd0d
commit 732ae66d43
6 changed files with 145 additions and 0 deletions

View File

@@ -26,6 +26,13 @@ spec:
containers:
- name: slskd
image: slskd/slskd:latest
livenessProbe:
httpGet:
path: /health
port: 5030
initialDelaySeconds: 60
failureThreshold: 6
periodSeconds: 10
env:
- name: SLSKD_REMOTE_CONFIGURATION
value: "true"