edit listen adress
This commit is contained in:
parent
12e2b672e5
commit
49079f0063
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user