40 lines
772 B
YAML
40 lines
772 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: accetto/ubuntu-vnc-xfce-opengl-g3
|
|
tag: latest@sha256:f52674f161310f4f3c5666c079dc3a67e19cc46e90c0b178903ac1c479d2f76c
|
|
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
|