Skip to content

Make lnd.startupProbe overridable#799

Draft
ekzyis wants to merge 1 commit intobitcoin-dev-project:mainfrom
ekzyis:lnd-pod-overridable-startupProbe
Draft

Make lnd.startupProbe overridable#799
ekzyis wants to merge 1 commit intobitcoin-dev-project:mainfrom
ekzyis:lnd-pod-overridable-startupProbe

Conversation

@ekzyis
Copy link
Contributor

@ekzyis ekzyis commented Mar 11, 2026

This makes it possible to override startupProbe of an LND node.

This is required for bitcoin-dev-project/wrath-of-nalo#8 because lnd v0.15.5-beta does not support macaroon_root_key in initwallet. (Support was added in v0.16.0, see lightningnetwork/lnd#6457.

I couldn't simply use {{- toYaml .Values.startupProbe | nindent 8 }} and put the current default value into values.yaml similar to livenessProbe etc. because {{ .Values.global.chain }} wouldn't get interpolated.

This was tested by deploying the battlefield in bitcoin-dev-project/wrath-of-nalo#8 and inspecting the pod running lnd v0.15.5-beta.

TODO

  • fix CI

@ekzyis ekzyis marked this pull request as draft March 11, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant