2022-07-20 19:13:31 +00:00
|
|
|
env:
|
|
|
|
VNC_PW: vncpassword
|
|
|
|
VNC_RESOLUTION: 1920x1080
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/gridcoinwalletgui
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:37323fcc6f18fef915b3359fb4efd352ead55de783727bade2b097048d17beb8
|
2022-07-20 19:13:31 +00:00
|
|
|
persistence:
|
|
|
|
appdataconfigpath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /headless/.GridcoinResearch/
|
|
|
|
boincdatadir:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /var/lib/boinc-client/
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 6901
|
|
|
|
protocol: HTTP
|
|
|
|
targetPort: 6901
|
|
|
|
vncport:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
vncport:
|
|
|
|
enabled: true
|
|
|
|
port: 5901
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 5901
|