Fix app crash
This commit is contained in:
parent
4def10d4ab
commit
98537b6e18
@ -38,7 +38,7 @@ vikunja:
|
|||||||
host: "vikunja-postgresql.my-apps.svc.cluster.local"
|
host: "vikunja-postgresql.my-apps.svc.cluster.local"
|
||||||
port: 5432
|
port: 5432
|
||||||
user: "vikunja"
|
user: "vikunja"
|
||||||
password: "Aa123456"
|
password: "Aa123456" # ⚠️ עדיף לעבור ל-Secret
|
||||||
database: "vikunja"
|
database: "vikunja"
|
||||||
log:
|
log:
|
||||||
level: "info"
|
level: "info"
|
||||||
@ -52,16 +52,20 @@ vikunja:
|
|||||||
openid:
|
openid:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# override probes to a simpler TCP check
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
path: / # או /api/v1/info אם נגיש
|
spec:
|
||||||
|
httpGet:
|
||||||
|
path: /
|
||||||
port: 3456
|
port: 3456
|
||||||
initialDelaySeconds: 20
|
initialDelaySeconds: 20
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
|
||||||
readiness:
|
readiness:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
spec:
|
||||||
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 3456
|
port: 3456
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user