Update README.kustomize.md

This commit is contained in:
Cedric Verstraeten
2025-02-23 22:09:11 +01:00
parent f71fb67958
commit 3b794c84a9

View File

@@ -189,18 +189,24 @@ After installing, clear the contents of the `/etc/turnserver.conf` configuration
sudo nano /etc/turnserver.conf
```
Add following configuration and save the `turnserver.conf` file.
Add following configuration and save the `turnserver.conf` file. Make sure to replace `<ip_address>` with the host IP address.
```conf
listening-device=eth0
listening-port=8443
relay-ip=172.17.19.105
relay-ip=<ip_address>
fingerprint
lt-cred-mech
user=username1:password1
syslog
```
Enable coturn on startup
```bash
sudo systemctl enable coturn
sudo systemctl restart coturn
```
## Cleanup
If you consider to remove the complete stack you might just disable the Microk8s installation