This PR contains the following updates: | Package | Update | Change | |---|---|---| | sublivion/gridcoinwalletgui | digest | `43ca0b9` -> `2b38f4a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
43 lines
861 B
YAML
43 lines
861 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: sublivion/gridcoinwalletgui
|
|
tag: latest@sha256:2b38f4a8a07a885524f1062788448016837a1f1fe2db39a9dcebdad5f49b2311
|
|
persistence:
|
|
appdataconfigpath:
|
|
enabled: true
|
|
mountPath: /headless/.GridcoinResearch/
|
|
boincdatadir:
|
|
enabled: true
|
|
mountPath: /var/lib/boinc-client/
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6901
|
|
protocol: http
|
|
targetPort: 6901
|
|
vncport:
|
|
enabled: true
|
|
ports:
|
|
vncport:
|
|
enabled: true
|
|
port: 5901
|
|
protocol: tcp
|
|
targetPort: 5901
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
VNC_PW: vncpassword
|
|
VNC_RESOLUTION: 1920x1080
|