feat(ubuntu-xrdp): Fix port + reorder values.yaml (#5122)

This commit is contained in:
StevenMcElligott
2022-12-05 10:18:20 +02:00
committed by GitHub
parent 80ee8b1c61
commit a330dc3df1
2 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/ubuntu-xrdp - https://github.com/truecharts/charts/tree/master/charts/incubator/ubuntu-xrdp
- https://registry.hub.docker.com/r/snoopy86/desktop-dockers/ - https://registry.hub.docker.com/r/snoopy86/desktop-dockers/
type: application type: application
version: 2.0.2 version: 2.1.0
+9 -7
View File
@@ -1,24 +1,21 @@
env: {}
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ubuntu-xrdp repository: tccr.io/truecharts/ubuntu-xrdp
tag: latest@sha256:929a5859c03ad430696433a5c348650a575ecc562e917d41c429e7573eb9a38f tag: latest@sha256:929a5859c03ad430696433a5c348650a575ecc562e917d41c429e7573eb9a38f
persistence:
ubuntu-xrdp:
enabled: true
mountPath: /home/ubuntu/unraid
podSecurityContext: podSecurityContext:
runAsGroup: 0 runAsGroup: 0
runAsUser: 0 runAsUser: 0
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsNonRoot: false
service: service:
main: main:
ports: ports:
main: main:
port: 3389 port: 23389
protocol: TCP protocol: HTTP
targetPort: 3389 targetPort: 3389
tcpport1: tcpport1:
enabled: true enabled: true
@@ -37,5 +34,10 @@ service:
protocol: TCP protocol: TCP
targetPort: 5900 targetPort: 5900
persistence:
ubuntu-xrdp:
enabled: true
mountPath: /home/ubuntu/unraid
portal: portal:
enabled: true enabled: true