2022-11-15 00:14:12 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
2023-12-06 11:58:24 +00:00
|
|
|
repository: ofawx/bitcoind
|
|
|
|
tag: latest@sha256:d455c8c6ac0a1a0d562f5b6e8c649fcd4a999cee91df5e5967991687df00cef5
|
2022-11-15 00:14:12 +00:00
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /root/.bitcoin/
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
localrpc:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
localrpc:
|
|
|
|
enabled: true
|
|
|
|
port: 8332
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8332
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8333
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8333
|
|
|
|
portal:
|
|
|
|
enabled: true
|