fix: httpGet null pour autoriser tcpSocket probe

This commit is contained in:
dahoud
2026-04-22 15:30:34 +00:00
parent 5b60ad8009
commit 5271954b71

View File

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