From c131e392bd6b73f7f5df1f36cd11fb87c884161e Mon Sep 17 00:00:00 2001 From: Dread <34528298+islandbitcoin@users.noreply.github.com> Date: Fri, 18 Aug 2023 13:13:29 -0600 Subject: [PATCH] auto update script --- .github/workflows/deploy.yaml | 2 +- charts/bitcoind/values.yaml | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7590b6b86f..2949554f9f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,7 +36,7 @@ jobs: command: | charts=( ./charts/bitcoind - ./charts/lnd + # ./charts/lnd # ./charts/mempool # ./charts/fulcrum # ./charts/loop diff --git a/charts/bitcoind/values.yaml b/charts/bitcoind/values.yaml index ce7c891de3..82f86121a6 100644 --- a/charts/bitcoind/values.yaml +++ b/charts/bitcoind/values.yaml @@ -1,11 +1,11 @@ global: - network: mainnet + network: regtest service: ports: - rpc: 8332 + rpc: 18443 secrets: - create: true + create: false replicaCount: 1 @@ -49,8 +49,7 @@ service: ports: zmqpubrawtx: 28333 zmqpubrawblock: 28332 - p2p: 8333 - metrics: 3000 + p2p: 18444 ingress: enabled: false @@ -81,7 +80,7 @@ resources: # memory: 4096Mi persistence: - enabled: true + enabled: false ## database data Persistent Volume Storage Class ## If defined, storageClassName: ## If set to "-", storageClassName: "", which disables dynamic provisioning @@ -90,8 +89,8 @@ persistence: ## GKE, AWS & OpenStack) ## # storageClass: "-" - accessMode: ReadWriteOnce - size: 750Gi + # accessMode: ReadWriteOnce + # size: 750Gi autoscaling: enabled: false @@ -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 @@ -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: ""