Skip to content

Commit 3778951

Browse files
committed
lnd: slow down startup probe to create wallet
1 parent fef2e67 commit 3778951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/charts/bitcoincore/charts/lnd/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ readinessProbe:
8383
timeoutSeconds: 1
8484
startupProbe:
8585
failureThreshold: 10
86-
periodSeconds: 10
86+
periodSeconds: 30
8787
successThreshold: 1
88-
timeoutSeconds: 10
88+
timeoutSeconds: 60
8989
exec:
9090
command:
9191
- /bin/sh

0 commit comments

Comments
 (0)