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:
liveness:
enabled: true
spec:
tcpSocket:
path: / # או /api/v1/info אם נגיש
port: 3456
initialDelaySeconds: 20
periodSeconds: 10
readiness:
enabled: true
spec:
tcpSocket:
path: /
port: 3456
initialDelaySeconds: 10
periodSeconds: 5