35 lines
694 B
YAML
35 lines
694 B
YAML
env:
|
|
VNC_PW: unraid
|
|
VNC_RESOLUTION: 1360x768
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: accetto/ubuntu-vnc-xfce-inkscape-g3
|
|
tag: latest@sha256:afc72ec33a515ef5f1f4cee00173c7508a5abbce14f10a8b20c9525bf2523046
|
|
persistence:
|
|
internalshare:
|
|
enabled: true
|
|
mountPath: /UNRAID_SHARE
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6901
|
|
protocol: HTTP
|
|
targetPort: 6901
|
|
webuivnc:
|
|
enabled: true
|
|
ports:
|
|
webuivnc:
|
|
enabled: true
|
|
port: 5901
|
|
protocol: TCP
|
|
targetPort: 5901
|
|
portal:
|
|
enabled: true
|