Files
truecharts/charts/dev/bitcoin-node/values.yaml
Kjeld Schouten-Lebbing e9b99e14fe feat(apps): Unraid Port - B (#2440)
* feat(apps): Unraid Port - B

* fix some weirdness

* more fixes

* fixes

* use tccr and cleanup a bit

* fix some tests

* remove botdarr

* remove another non-easily-working thing
2022-04-07 17:40:12 +00:00

33 lines
593 B
YAML

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