a35808ebd5
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/kylemanna/bitcoind | digest | `d89eb3f` -> `d49d52d` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
30 lines
592 B
YAML
30 lines
592 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/kylemanna/bitcoind
|
|
tag: latest@sha256:d49d52d76bf7854585f99bd9d2cf48babe2f398ce4d8a0645b139cbc6bd60fc6
|
|
persistence:
|
|
blockhainstorage:
|
|
enabled: true
|
|
mountPath: /bitcoin/.bitcoin
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8332
|
|
protocol: tcp
|
|
targetPort: 8332
|
|
port2:
|
|
enabled: true
|
|
ports:
|
|
port2:
|
|
enabled: true
|
|
port: 8333
|
|
protocol: tcp
|
|
targetPort: 8333
|