Skip to content

Commit

Permalink
chore: dbcache
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba authored Mar 14, 2024
2 parents c533677 + 7291925 commit d4ee44c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bitcoind/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
{{- if and .Values.descriptor.secretName .Values.descriptor.secretKey }}
- name: descriptor-import
image: lncm/bitcoind:v25.1
image: lncm/bitcoind:v26.0
command: ['/bin/sh']
args:
- '-c'
Expand Down
3 changes: 2 additions & 1 deletion charts/bitcoind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,13 @@ bitcoindGenericConfig:
- debug=rpc
- shrinkdebugfile=1
- server=1
- txindex=1
- txindex=0
- printtoconsole=1
- rpcuser=rpcuser
- zmqpubrawtx=tcp://0.0.0.0:28333
- zmqpubrawblock=tcp://0.0.0.0:28332
- blockfilterindex=1
- dbcache=2000

# these flags need to be here and not in bitcoindGenericConfig because they have to be present under a separate section inside bitcoind.conf when in testnet/regtest mode
bitcoindCustomConfig:
Expand Down
2 changes: 1 addition & 1 deletion charts/monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ prometheus:
regex: 'prometheus-kube-state-metrics-.*'
action: drop
- source_labels: [__meta_kubernetes_pod_name]
regex: 'lnd.*'
regex: 'cln.*'
action: drop
- source_labels: [__meta_kubernetes_pod_name]
regex: 'dealer.*'
Expand Down

0 comments on commit d4ee44c

Please sign in to comment.