40 lines
774 B
YAML
40 lines
774 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: accetto/ubuntu-vnc-xfce-chromium-g3
|
|
tag: latest@sha256:35c358a8e413bf2ce418b96db85c5bdeb6419984ff21d35eccf8439877a895f7
|
|
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
|