[6.03.20] probe period timeout increased

This commit is contained in:
andyjk15 2020-03-06 21:16:36 +00:00
parent 7204cb5348
commit 00a607287c

View File

@ -69,8 +69,8 @@ spec:
port: 9090 port: 9090
path: /actuator/info path: /actuator/info
scheme: HTTP scheme: HTTP
initialDelaySeconds: 180 initialDelaySeconds: 200
periodSeconds: 30 periodSeconds: 15
timeoutSeconds: 2 timeoutSeconds: 2
successThreshold: 1 successThreshold: 1
failureThreshold: 10 failureThreshold: 10