8c8b061c83
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ich777/fluttercoin | digest | `532b141` -> `095aa11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
50 lines
990 B
YAML
50 lines
990 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ich777/fluttercoin
|
|
tag: latest@sha256:095aa119600f0db43e73dbcb2c69e0a856432e10aa771f557d2457b2259634f3
|
|
persistence:
|
|
datapath:
|
|
enabled: true
|
|
mountPath: /fluttercoin
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
jsonremoteport:
|
|
enabled: true
|
|
ports:
|
|
jsonremoteport:
|
|
enabled: true
|
|
port: 7474
|
|
protocol: tcp
|
|
targetPort: 7474
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
protocol: http
|
|
targetPort: 8080
|
|
peertopeerconn:
|
|
enabled: true
|
|
ports:
|
|
peertopeerconn:
|
|
enabled: true
|
|
port: 7408
|
|
protocol: tcp
|
|
targetPort: 7408
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
CUSTOM_RES_H: "768"
|
|
CUSTOM_RES_W: "1024"
|
|
DATA_PERM: "770"
|
|
EXTRA_PARAMS: -bind=0.0.0.0
|