32 lines
615 B
YAML
32 lines
615 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: kylemanna/bitcoind
|
||
|
tag: latest@sha256:5d97bbe3c74856818f0b3a1e718eb3968981ab03ce08aaf1c7d528f99aaf30b7
|
||
|
persistence:
|
||
|
blockhainstorage:
|
||
|
enabled: true
|
||
|
mountPath: /bitcoin/.bitcoin
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
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
|