Skip to content

Commit b29bf1e

Browse files
committed
add startupProbe to bitcoincore pod (default none)
Like we do with LND, this will allow a network.yaml to specify a one-time wallet-creation command that will execute as soon as possible automatically when the node is ready for RPC
1 parent cf667af commit b29bf1e

File tree

1 file changed

+2
-0
lines changed
  • resources/charts/bitcoincore/templates

1 file changed

+2
-0
lines changed

resources/charts/bitcoincore/templates/pod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ spec:
6565
{{- toYaml .Values.readinessProbe | nindent 8 }}
6666
tcpSocket:
6767
port: {{ index .Values.global .Values.global.chain "RPCPort" }}
68+
startupProbe:
69+
{{- toYaml .Values.startupProbe | nindent 8 }}
6870
resources:
6971
{{- toYaml .Values.resources | nindent 8 }}
7072
volumeMounts:

0 commit comments

Comments
 (0)