43 lines
839 B
YAML
43 lines
839 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: accetto/ubuntu-vnc-xfce-blender-g3
|
||
|
tag: latest@sha256:7103d9327c0228af2fb86f1602542b881c6f08e18cefa2f3a6fcf7b36f63ba07
|
||
|
persistence:
|
||
|
internalshare:
|
||
|
enabled: true
|
||
|
mountPath: /UNRAID_SHARE
|
||
|
storageprojects:
|
||
|
enabled: true
|
||
|
mountPath: /srv/projects
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 6901
|
||
|
protocol: http
|
||
|
targetPort: 6901
|
||
|
webuivnc:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
webuivnc:
|
||
|
enabled: true
|
||
|
port: 5901
|
||
|
protocol: tcp
|
||
|
targetPort: 5901
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
VNC_PW: unraid
|
||
|
VNC_RESOLUTION: 1360x768
|