Files
truecharts/charts/dev/bitcoinunlimited/values.yaml
T
Kjeld Schouten-LebbingandGitHub 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

49 lines
909 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/bitcoinunlimited
tag: latest
persistence:
data:
enabled: true
mountPath: /data
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
communicationp:
enabled: true
ports:
communicationp:
enabled: true
port: 8333
protocol: TCP
targetPort: 8333
main:
enabled: true
ports:
main:
enabled: true
port: 8332
protocol: TCP
targetPort: 8332
testnetcommuni:
enabled: true
ports:
testnetcommuni:
enabled: true
port: 18333
protocol: TCP
targetPort: 18333
testnetrpcport:
enabled: true
ports:
testnetrpcport:
enabled: true
port: 18332
protocol: TCP
targetPort: 18332