49 lines
909 B
YAML
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
|