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://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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user