[6.03.20] probe period timeout increased

This commit is contained in:
andyjk15 2020-03-06 20:41:58 +00:00
parent b26dd75cc7
commit cbb16d15e8

View File

@ -60,7 +60,7 @@ spec:
port: 9090
scheme: HTTP
initialDelaySeconds: 120
periodSeconds: 30
periodSeconds: 60
timeoutSeconds: 2
successThreshold: 1
failureThreshold: 3
@ -70,7 +70,7 @@ spec:
path: /actuator/info
scheme: HTTP
initialDelaySeconds: 80
periodSeconds: 5
periodSeconds: 15
timeoutSeconds: 2
successThreshold: 1
failureThreshold: 10