fix: httpGet null pour autoriser tcpSocket probe

This commit is contained in:
dahoud
2026-04-22 15:30:37 +00:00
parent 61f1821b49
commit 20d6ba91fd

View File

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