Skip to content

Commit

Permalink
auto update script
Browse files Browse the repository at this point in the history
  • Loading branch information
islandbitcoin committed Aug 18, 2023
1 parent 32f0d13 commit c131e39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
command: |
charts=(
./charts/bitcoind
./charts/lnd
# ./charts/lnd
# ./charts/mempool
# ./charts/fulcrum
# ./charts/loop
Expand Down
17 changes: 9 additions & 8 deletions charts/bitcoind/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
global:
network: mainnet
network: regtest
service:
ports:
rpc: 8332
rpc: 18443

secrets:
create: true
create: false

replicaCount: 1

Expand Down Expand Up @@ -49,8 +49,7 @@ service:
ports:
zmqpubrawtx: 28333
zmqpubrawblock: 28332
p2p: 8333
metrics: 3000
p2p: 18444

ingress:
enabled: false
Expand Down Expand Up @@ -81,7 +80,7 @@ resources:
# memory: 4096Mi

persistence:
enabled: true
enabled: false
## database data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
Expand All @@ -90,8 +89,8 @@ persistence:
## GKE, AWS & OpenStack)
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 750Gi
# accessMode: ReadWriteOnce
# size: 750Gi

autoscaling:
enabled: false
Expand Down Expand Up @@ -125,6 +124,7 @@ podLabels: {}
# TODO: Document the usage of generic and custom config to instruct where to put specific flags

bitcoindGenericConfig:
- regtest=1
- debug=mempool
- debug=rpc
- shrinkdebugfile=1
Expand All @@ -141,6 +141,7 @@ bitcoindCustomConfig:
bind: 0.0.0.0
rpcbind: 0.0.0.0
rpcallowip: 0.0.0.0/0
fallbackfee: 0.0002

descriptor:
secretName: ""
Expand Down

0 comments on commit c131e39

Please sign in to comment.