fix: probe type adapté à l'app (tcp)

This commit is contained in:
dahoud
2026-04-22 15:17:01 +00:00
parent 15cffbdd0f
commit 1253c38e9b

View File

@@ -69,22 +69,20 @@ lions-app:
probes:
liveness:
enabled: true
httpGet:
path: /health/live
port: 8080
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 5
failureThreshold: 3
readiness:
enabled: true
httpGet:
path: /health/ready
tcpSocket:
port: 8080
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
readiness:
enabled: true
tcpSocket:
port: 8080
initialDelaySeconds: 10
periodSeconds: 5
timeoutSeconds: 3
failureThreshold: 3
volumes:
tmp: