edit listen adress

This commit is contained in:
Simen Røstvik 2022-11-16 09:15:00 +01:00
parent 12e2b672e5
commit 49079f0063

View File

@ -39,6 +39,15 @@ spec:
mountPath: /config mountPath: /config
- name: dshm - name: dshm
mountPath: /dev/shm mountPath: /dev/shm
initContainers:
- name: init-xrdp
image: busybox:1.28
command:
[
"sh",
"-c",
"sed -i 's/;ListenAddress.*/ListenAddress=127.0.0.1/' /etc/xrdp/sesman.ini",
]
volumes: volumes:
- name: vol - name: vol