Hi, I need the NodePort to be fixed, I think this should be an option to be added.
The current config generates a dynamic NodePort, making it impossible to be mapped behind a proxy.
ports:# -- insecure listening portlistening:3478# -- secure listening porttlsListening:5349This issue was migrated from https://github.com/small-hack/coturn-chart/issues/166
Hi, I need the NodePort to be fixed, I think this should be an option to be added.
The current config generates a dynamic NodePort, making it impossible to be mapped behind a proxy.
```yaml
ports:
# -- insecure listening port
listening: 3478
# -- secure listening port
tlsListening: 5349
```
This issue was migrated from https://github.com/small-hack/coturn-chart/issues/166