43 lines
861 B
YAML
43 lines
861 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: sublivion/gridcoinwalletgui
|
|
tag: latest@sha256:d257a0b565ba4876d3b6d93361c1bb53d948f10cf9135119d48db9c4f8ee6cb6
|
|
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
|