TrueChartsClone/charts/incubator/bitcoin-node/values.yaml

32 lines
629 B
YAML

image:
pullPolicy: IfNotPresent
repository: kylemanna/bitcoind
tag: latest@sha256:1492fa0306cb7eb5de8d50ba60367cff8d29b00b516e45e93e05f8b54fa2970e
persistence:
blockhainstorage:
enabled: true
mountPath: /bitcoin/.bitcoin
portal:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: false
runAsUser: 0
service:
main:
ports:
main:
port: 8332
protocol: TCP
targetPort: 8332
port2:
enabled: true
ports:
port2:
enabled: true
port: 8333
protocol: TCP
targetPort: 8333