32 lines
615 B
YAML
32 lines
615 B
YAML
env:
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/rdesktop
|
|
tag: latest@sha256:e4fadeea774952259d1009d39bec277ae203da2ac5e396194af0522b29bc77fd
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
pathvarrundocker-sock:
|
|
enabled: true
|
|
mountPath: /var/run/docker.sock
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 3389
|
|
protocol: TCP
|
|
targetPort: 3389
|
|
|
|
portal:
|
|
enabled: true
|