40 lines
781 B
YAML
40 lines
781 B
YAML
env:
|
|
name: monerod
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: kannix/monero-full-node
|
|
tag: latest@sha256:24071a723ae6a748ddbe892dfb8f6029f51aec381b760284ea71ccc16030a18e
|
|
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
|
|
portal:
|
|
enabled: true
|