2a68b44dd2
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sethforprivacy/simple-monerod](https://redirect.github.com/sethforprivacy/simple-monerod-docker) | patch | `ac955dc` -> `4ddb2ee` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
40 lines
752 B
YAML
40 lines
752 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/sethforprivacy/simple-monerod
|
|
tag: v0.18.4.2@sha256:4ddb2eef5b367639a106f449c47992709a55953e30ea269788cdd736ca45a98b
|
|
|
|
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
|