2022-07-19 15:27:57 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/bitcoin-node
|
2022-11-28 13:18:38 +00:00
|
|
|
tag: latest@sha256:0674bfadd43fb88de489348eabc85f1d126c6fe9acced3eb88c951fc7b7e3e15
|
2022-07-19 15:27:57 +00:00
|
|
|
persistence:
|
|
|
|
blockhainstorage:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /bitcoin/.bitcoin
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8332
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8332
|
|
|
|
port2:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
port2:
|
|
|
|
enabled: true
|
|
|
|
port: 8333
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8333
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|