Files
truecharts/charts/incubator/bitcoin-node/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

33 lines
665 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:
enabled: true
ports:
main:
enabled: true
port: 8332
protocol: TCP
targetPort: 8332
port2:
enabled: true
ports:
port2:
enabled: true
port: 8333
protocol: TCP
targetPort: 8333