Files
truecharts/charts/incubator/bitcoind/values.yaml
T
TrueCharts BotandGitHub 8229f1a5e5 chore(deps): update docker general non-major (#3790)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-19 11:20:18 +02:00

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