fix: httpGet null pour autoriser tcpSocket probe
This commit is contained in:
@@ -70,6 +70,7 @@ lions-app:
|
|||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
httpGet: null
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 8080
|
port: 8080
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
@@ -78,6 +79,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
|
||||||
|
|||||||
Reference in New Issue
Block a user