File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
charts/bitcoincore/charts/cln Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
{{- .Values.defaultConfig | nindent 4 }}
11
11
{{- .Values.config | nindent 4 }}
12
12
network={{ .Values.global.chain }}
13
- bind- addr=0.0.0.0:{{ .Values.P2PPort }}
13
+ addr=0.0.0.0:{{ .Values.P2PPort }}
14
14
bitcoin-rpcconnect={{ include "bitcoincore.fullname" . }}
15
15
bitcoin-rpcport={{ index .Values.global .Values.global.chain "RPCPort" }}
16
16
bitcoin-rpcpassword={{ .Values.global.rpcpassword }}
19
19
database-upgrade=true
20
20
bitcoin-retry-timeout=600
21
21
grpc-port={{ .Values.RPCPort }}
22
+ grpc-host=0.0.0.0
22
23
---
23
24
apiVersion : v1
24
25
kind : ConfigMap
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ service:
32
32
type : ClusterIP
33
33
34
34
P2PPort : 9735
35
- RPCPort : 10013
35
+ RPCPort : 9736
36
36
37
37
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
38
38
ingress :
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ def _generate_activity_json(activity: Optional[list[dict]]) -> str:
169
169
port = 10009
170
170
node = {"id" : ln_name }
171
171
if "cln" in ln_name :
172
- port = 10013
172
+ port = 9736
173
173
node ["ca_cert" ] = f"/working/{ ln_name } -ca.pem"
174
174
node ["client_cert" ] = f"/working/{ ln_name } -client.pem"
175
175
node ["client_key" ] = f"/working/{ ln_name } -client-key.pem"
You can’t perform that action at this time.
0 commit comments