41 lines
805 B
YAML
41 lines
805 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/sethforprivacy/simple-monerod
|
|
tag: v0.18.5.0@sha256:42645cea8d8324e0ef25793e06f9e3b4c7cddce97e79d30feb6ac1d471653949
|
|
|
|
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
|