34 lines
638 B
YAML
34 lines
638 B
YAML
|
env: {}
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/bitcoind
|
||
|
tag: latest@sha256:d02946c6c81a98364c1b2643caa72c3d2bccba1618cb720dd5cf8f38a7056d60
|
||
|
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
|