Skip to content

Commit

Permalink
Fixing domain refs
Browse files Browse the repository at this point in the history
  • Loading branch information
bboerst committed Oct 7, 2023
1 parent 397ed3c commit 43ded0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/lnd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A golang implementation of a Lightning Network node
| autoUnlock | bool | `false` | |
| autoUnlockPassword | string | `"password"` | |
| command[0] | string | `"lnd"` | |
| configurationFile."lnd.conf" | string | `"bitcoin.active=1\nbitcoin.mainnet=0\nbitcoin.testnet=1\ndebuglevel=info\nbitcoin.node=neutrino\nneutrino.addpeer=faucet.lightning.community\nneutrino.addpeer=lnd.bitrefill.com:18333\nrpclisten=0.0.0.0:10009\ntlsextradomain=nodes-lnd-internal.nodes\ntlsextradomain=lnd.dev.flitz.be\ntlsextraip=0.0.0.0\nprotocol.wumbo-channels=1\nprometheus.enable=false\nprometheus.listen=0.0.0.0:8989"` | |
| configurationFile."lnd.conf" | string | `"bitcoin.active=1\nbitcoin.mainnet=0\nbitcoin.testnet=1\ndebuglevel=info\nbitcoin.node=neutrino\nneutrino.addpeer=faucet.lightning.community\nneutrino.addpeer=lnd.bitrefill.com:18333\nrpclisten=0.0.0.0:10009\ntlsextradomain=nodes-lnd-internal.nodes\ntlsextradomain=lnd.example.com\ntlsextraip=0.0.0.0\nprotocol.wumbo-channels=1\nprometheus.enable=false\nprometheus.listen=0.0.0.0:8989"` | |
| externalServices.p2pPort | int | `9735` | |
| externalServices.type | string | `"LoadBalancer"` | |
| fullnameOverride | string | `""` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/lnd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ securityContext:
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault

# Ingress for REST API and GRPC interface
# only on test clusters eg. regtest
# Not for production!
Expand Down Expand Up @@ -118,7 +118,7 @@ configurationFile:
neutrino.addpeer=lnd.bitrefill.com:18333
rpclisten=0.0.0.0:10009
tlsextradomain=nodes-lnd-internal.nodes
tlsextradomain=lnd.dev.flitz.be
tlsextradomain=lnd.example.com
tlsextraip=0.0.0.0
protocol.wumbo-channels=1
prometheus.enable=false
Expand Down

0 comments on commit 43ded0b

Please sign in to comment.