[6.03.20] probe timeout increased

This commit is contained in:
andyjk15 2020-03-06 14:23:37 +00:00
parent bb21e27df3
commit b26dd75cc7

View File

@ -59,7 +59,7 @@ spec:
path: /actuator/health path: /actuator/health
port: 9090 port: 9090
scheme: HTTP scheme: HTTP
initialDelaySeconds: 80 initialDelaySeconds: 120
periodSeconds: 30 periodSeconds: 30
timeoutSeconds: 2 timeoutSeconds: 2
successThreshold: 1 successThreshold: 1
@ -69,7 +69,7 @@ spec:
port: 9090 port: 9090
path: /actuator/info path: /actuator/info
scheme: HTTP scheme: HTTP
initialDelaySeconds: 65 initialDelaySeconds: 80
periodSeconds: 5 periodSeconds: 5
timeoutSeconds: 2 timeoutSeconds: 2
successThreshold: 1 successThreshold: 1