Closed bnaul closed 2 weeks ago
Fixes #917
Plain helm install:
Liveness: http-get http://:8080/healthz delay=0s timeout=1s period=10s #success=1 #failure=3
With --set livenessProbe.timeoutSeconds=5:
--set livenessProbe.timeoutSeconds=5
Liveness: http-get http://:8080/healthz delay=0s timeout=5s period=10s #success=1 #failure=3
Hmm it won't let me commit the suggestion to change it to 5. Could you update the PR?
5
@jacobtomlinson done, plus updated the README
Fixes #917
Plain helm install:
With
--set livenessProbe.timeoutSeconds=5
: