Try to fix backend pod

This commit is contained in:
dvirlabs 2025-12-17 07:36:41 +02:00
parent 58964c69dc
commit c9a46e8135

View File

@ -51,7 +51,7 @@ spec:
key: DATABASE_URL
startupProbe:
httpGet:
path: /
path: /api/health
port: http
initialDelaySeconds: 15
periodSeconds: 5
@ -59,7 +59,7 @@ spec:
failureThreshold: 30
livenessProbe:
httpGet:
path: /
path: /api/health
port: http
initialDelaySeconds: 30
periodSeconds: 10
@ -67,7 +67,7 @@ spec:
failureThreshold: 3
readinessProbe:
httpGet:
path: /
path: /api/health
port: http
initialDelaySeconds: 10
periodSeconds: 5