40 lines
771 B
YAML
40 lines
771 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: snoopy86/desktop-dockers
|
|
tag: latest@sha256:016a63fa0a78e82d17d33b3d2a6a3c82ff5162d96548fe178fb7eb6ac61f107c
|
|
persistence:
|
|
ubuntu-xrdp:
|
|
enabled: true
|
|
mountPath: /home/ubuntu/unraid
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 23389
|
|
protocol: http
|
|
targetPort: 3389
|
|
tcpport1:
|
|
enabled: true
|
|
ports:
|
|
tcpport1:
|
|
enabled: true
|
|
port: 6080
|
|
protocol: tcp
|
|
targetPort: 6080
|
|
tcpport2:
|
|
enabled: true
|
|
ports:
|
|
tcpport2:
|
|
enabled: true
|
|
port: 5900
|
|
protocol: tcp
|
|
targetPort: 5900
|