We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0a34d commit 7157a78Copy full SHA for 7157a78
resources/charts/bitcoincore/values.yaml
@@ -78,16 +78,16 @@ livenessProbe:
78
command:
79
- pidof
80
- bitcoind
81
- failureThreshold: 3
+ failureThreshold: 12
82
initialDelaySeconds: 5
83
periodSeconds: 5
84
successThreshold: 1
85
- timeoutSeconds: 1
+ timeoutSeconds: 10
86
readinessProbe:
87
- failureThreshold: 1
88
- periodSeconds: 1
+ periodSeconds: 5
89
90
91
92
93
# Additional volumes on the output Deployment definition.
0 commit comments