34 lines
650 B
YAML
34 lines
650 B
YAML
|
env: {}
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/bitcoin-node
|
||
|
tag: latest@sha256:840bd7fa8b212d7363a7df9fe75aed64c2126273c7dadcc9eb7ef3a825957f3b
|
||
|
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
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|