28 lines
497 B
YAML
28 lines
497 B
YAML
|
env:
|
||
|
UMASK: ""
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/rdesktop
|
||
|
tag: latest@sha256:59052e1da90140ce22668c389719bdd675674233e9868603d2f55c66a2158e0c
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 3389
|
||
|
protocol: TCP
|
||
|
targetPort: 3389
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|