catalog/incubator/bitcoind/2.0.12/ix_values.yaml

33 lines
624 B
YAML
Raw Normal View History

env: {}
image:
pullPolicy: IfNotPresent
repository: ofawx/bitcoind
tag: latest@sha256:d455c8c6ac0a1a0d562f5b6e8c649fcd4a999cee91df5e5967991687df00cef5
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