Fix app crash

This commit is contained in:
dvirlabs 2025-08-24 05:46:12 +03:00
parent de50f292aa
commit 4def10d4ab

View File

@ -56,15 +56,13 @@ vikunja:
probes: probes:
liveness: liveness:
enabled: true enabled: true
spec: path: / # או /api/v1/info אם נגיש
tcpSocket: port: 3456
port: 3456 initialDelaySeconds: 20
initialDelaySeconds: 20 periodSeconds: 10
periodSeconds: 10
readiness: readiness:
enabled: true enabled: true
spec: path: /
tcpSocket: port: 3456
port: 3456 initialDelaySeconds: 10
initialDelaySeconds: 10 periodSeconds: 5
periodSeconds: 5