2022-07-22 20:19:45 +00:00
|
|
|
env:
|
|
|
|
name: monerod
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/monero-node
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:8d67834f606749ad335aea610f420f9183b208d584c3b29572583d6013b91f38
|
2022-07-22 20:19:45 +00:00
|
|
|
persistence:
|
|
|
|
blockchainstorage:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /home/monero/.bitmonero
|
|
|
|
containerdir1:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /usr/local
|
|
|
|
containerdir2:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /src
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 18080
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 18080
|
|
|
|
port2:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
port2:
|
|
|
|
enabled: true
|
|
|
|
port: 18081
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 18081
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|