Fix app crash

This commit is contained in:
dvirlabs 2025-08-24 05:49:26 +03:00
parent 4def10d4ab
commit 98537b6e18

View File

@ -38,7 +38,7 @@ vikunja:
host: "vikunja-postgresql.my-apps.svc.cluster.local"
port: 5432
user: "vikunja"
password: "Aa123456"
password: "Aa123456" # ⚠️ עדיף לעבור ל-Secret
database: "vikunja"
log:
level: "info"
@ -52,17 +52,21 @@ vikunja:
openid:
enabled: false
# override probes to a simpler TCP check
probes:
liveness:
enabled: true
path: / # או /api/v1/info אם נגיש
port: 3456
initialDelaySeconds: 20
periodSeconds: 10
spec:
httpGet:
path: /
port: 3456
initialDelaySeconds: 20
periodSeconds: 10
readiness:
enabled: true
path: /
port: 3456
initialDelaySeconds: 10
periodSeconds: 5
spec:
httpGet:
path: /
port: 3456
initialDelaySeconds: 10
periodSeconds: 5