40 lines
774 B
YAML
40 lines
774 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: accetto/ubuntu-vnc-xfce-inkscape-g3
|
||
|
tag: latest@sha256:12d203aba22efdc9ed733085373ac7c181051391cbb7c499f94a28b9dca1640d
|
||
|
persistence:
|
||
|
internalshare:
|
||
|
enabled: true
|
||
|
mountPath: /UNRAID_SHARE
|
||
|
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
|