catalog/incubator/bitcoin-node/2.0.5/ix_values.yaml

34 lines
650 B
YAML
Raw Normal View History

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/bitcoin-node
tag: latest@sha256:0674bfadd43fb88de489348eabc85f1d126c6fe9acced3eb88c951fc7b7e3e15
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