fix: httpGet null pour autoriser tcpSocket probe

This commit is contained in:
dahoud
2026-04-22 15:30:40 +00:00
parent 2c0b6a9ed5
commit b15e9eda76

View File

@@ -73,6 +73,7 @@ lions-app:
probes:
liveness:
enabled: true
httpGet: null
tcpSocket:
port: 8080
initialDelaySeconds: 30
@@ -81,6 +82,7 @@ lions-app:
failureThreshold: 3
readiness:
enabled: true
httpGet: null
tcpSocket:
port: 8080
initialDelaySeconds: 10