We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf25a1 commit 8e7b135Copy full SHA for 8e7b135
test/data/ln/node-defaults.yaml
@@ -37,4 +37,20 @@ lnd:
37
ports:
38
- name: prom-metrics
39
containerPort: 9332
40
- protocol: TCP
+ protocol: TCP
41
+ - name: circuitbreaker
42
+ image: camillarhi/circuitbreaker:latest
43
+ imagePullPolicy: IfNotPresent
44
+ args:
45
+ - "--network=regtest"
46
+ - "--rpcserver=localhost:10009"
47
+ - "--tlscertpath=/tls.cert"
48
+ - "--macaroonpath=/macaroon.hex"
49
+ - "--httplisten=0.0.0.0:9235"
50
+ volumeMounts:
51
+ - name: config
52
+ mountPath: /macaroon.hex
53
+ subPath: MACAROON_HEX
54
55
+ mountPath: /tls.cert
56
+ subPath: tls.cert
0 commit comments