wireapp / wire-server

🇪🇺 Wire back-end services
https://wire.com
GNU Affero General Public License v3.0
2.6k stars 327 forks source link

coturn: Add IP configuration options #4083

Closed smatting closed 2 weeks ago

smatting commented 1 month ago

This PR adds configuration options in the coturn helm chart for settings

It also adds a __COTURN_HOST_IP__ template variable which will be substitued by the host ip of the k8s node that is running coturn.

This PR is backwards-compatible to values.yaml files written for version of this helm charts without this PR: new variables have defaults that match their previous hardcoded value.

Checklist