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 976d96b commit 82d80c9
Showing 1 changed file with 21 additions and 35 deletions.
56 changes: 21 additions & 35 deletions charts/bitcoind/values.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# Example of values for signet bitcoind.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
network: signet
service:
ports:
rpc: 38332
rpc: 8332

secrets:
create: false

persistence:
enabled: true
size: 2Gi

service:
type: ClusterIP
ports:
zmqpubrawtx: 28333
zmqpubrawblock: 28332
p2p: 38333
create: true

replicaCount: 1

Expand Down Expand Up @@ -58,13 +44,13 @@ securityContext:
runAsUser: 1000
runAsGroup: 3000

# service:
# type: ClusterIP
# ports:
# zmqpubrawtx: 28333
# zmqpubrawblock: 28332
# p2p: 8333
# metrics: 3000
service:
type: ClusterIP
ports:
zmqpubrawtx: 28333
zmqpubrawblock: 28332
p2p: 8333
metrics: 3000

ingress:
enabled: false
Expand Down Expand Up @@ -94,18 +80,18 @@ resources:
# cpu: 100m
# memory: 4096Mi

# persistence:
# enabled: true
# ## database data Persistent Volume Storage Class
# ## If defined, storageClassName: <storageClass>
# ## If set to "-", storageClassName: "", which disables dynamic provisioning
# ## If undefined (the default) or set to null, no storageClassName spec is
# ## set, choosing the default provisioner. (gp2 on AWS, standard on
# ## GKE, AWS & OpenStack)
# ##
# # storageClass: "-"
# accessMode: ReadWriteOnce
# size: 750Gi
persistence:
enabled: true
## database data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 750Gi

autoscaling:
enabled: false
Expand Down

0 comments on commit 82d80c9

Please sign in to comment.