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

This commit is contained in:
dahoud
2026-04-22 15:16:52 +00:00
parent 7eddaad126
commit d28835d66e

View File

@@ -68,7 +68,7 @@ lions-app:
liveness:
enabled: true
httpGet:
path: /health/live
path: /q/health/live
port: 8080
initialDelaySeconds: 60
periodSeconds: 30
@@ -77,7 +77,7 @@ lions-app:
readiness:
enabled: true
httpGet:
path: /health/ready
path: /q/health/ready
port: 8080
initialDelaySeconds: 30
periodSeconds: 10