feat(ubuntu-xrdp): Fix port + reorder values.yaml (#5122)
This commit is contained in:
@@ -25,4 +25,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/ubuntu-xrdp
|
||||
- https://registry.hub.docker.com/r/snoopy86/desktop-dockers/
|
||||
type: application
|
||||
version: 2.0.2
|
||||
version: 2.1.0
|
||||
|
||||
@@ -1,24 +1,21 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/ubuntu-xrdp
|
||||
tag: latest@sha256:929a5859c03ad430696433a5c348650a575ecc562e917d41c429e7573eb9a38f
|
||||
persistence:
|
||||
ubuntu-xrdp:
|
||||
enabled: true
|
||||
mountPath: /home/ubuntu/unraid
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 3389
|
||||
protocol: TCP
|
||||
port: 23389
|
||||
protocol: HTTP
|
||||
targetPort: 3389
|
||||
tcpport1:
|
||||
enabled: true
|
||||
@@ -37,5 +34,10 @@ service:
|
||||
protocol: TCP
|
||||
targetPort: 5900
|
||||
|
||||
persistence:
|
||||
ubuntu-xrdp:
|
||||
enabled: true
|
||||
mountPath: /home/ubuntu/unraid
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user