Skip to content

Commit 7157a78

Browse files
authored
bitcoincore: lazier probe checks to accomdate slower nodes / systems (#572)
1 parent 8f0a34d commit 7157a78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/charts/bitcoincore/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ livenessProbe:
7878
command:
7979
- pidof
8080
- bitcoind
81-
failureThreshold: 3
81+
failureThreshold: 12
8282
initialDelaySeconds: 5
8383
periodSeconds: 5
8484
successThreshold: 1
85-
timeoutSeconds: 1
85+
timeoutSeconds: 10
8686
readinessProbe:
87-
failureThreshold: 1
88-
periodSeconds: 1
87+
failureThreshold: 12
88+
periodSeconds: 5
8989
successThreshold: 1
90-
timeoutSeconds: 1
90+
timeoutSeconds: 10
9191

9292

9393
# Additional volumes on the output Deployment definition.

0 commit comments

Comments
 (0)