44 lines
787 B
YAML
44 lines
787 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/sethforprivacy/simple-monerod
|
|
tag: v0.18.3.3@sha256:6d4ab73ec3f2703df480f7d61c96c5ee7b012dfff41a70ed02fec9df18726d70
|
|
|
|
monero:
|
|
rpcbindip: "0.0.0.0"
|
|
rpcbindport: "18089"
|
|
publicnode: true
|
|
noigd: true
|
|
enablednsblocklist: true
|
|
pruneblockchain: true
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 18080
|
|
protocol: tcp
|
|
targetPort: 18080
|
|
rpc:
|
|
enabled: true
|
|
ports:
|
|
rpc:
|
|
enabled: true
|
|
port: 18089
|
|
protocol: tcp
|
|
targetPort: 18089
|
|
|
|
persistence:
|
|
blockchainstorage:
|
|
enabled: true
|
|
mountPath: /home/monero/.bitmonero
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|