Skip to content

Commit

Permalink
bitcoincore: lazier probe checks to accomdate slower nodes / systems (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz authored Sep 10, 2024
1 parent 8f0a34d commit 7157a78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/charts/bitcoincore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ livenessProbe:
command:
- pidof
- bitcoind
failureThreshold: 3
failureThreshold: 12
initialDelaySeconds: 5
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 10
readinessProbe:
failureThreshold: 1
periodSeconds: 1
failureThreshold: 12
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 1
timeoutSeconds: 10


# Additional volumes on the output Deployment definition.
Expand Down

0 comments on commit 7157a78

Please sign in to comment.